/KoalaBox

A box of koality tools

Primary LanguageC++BSD Zero Clause License0BSD

🐨 KoalaBox 🧰

A collection of C++ utilities that comes in handy when developing koality projects.

To use this library, add it as a submodule, and add following to the CMake file:

add_subdirectory(KoalaBox EXCLUDE_FROM_ALL)
target_link_libraries(MyProject PRIVATE KoalaBox)

📄 License

This software is licensed under BSD Zero Clause License, terms of which are available in LICENSE.txt