remailednet / KoalaBox

A box of koality tools

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

🐨 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

About

A box of koality tools

License:BSD Zero Clause License


Languages

Language:C++ 88.3%Language:CMake 10.2%Language:PowerShell 1.3%Language:C 0.2%