A collection of C++ utilities that comes in handy when developing koality projects.
To use this library as a submodule add the following to the CMake file:
add_subdirectory(KoalaBox EXCLUDE_FROM_ALL)
target_link_libraries(MyProject PRIVATE KoalaBox)
This project makes use of the following libraries:
This software is licensed under the Unlicense, terms of which are available in UNLICENSE.txt