No description
Find a file
2025-04-10 14:27:17 +02:00
ant removed redundant defines 2025-04-10 14:27:17 +02:00
demo removed library file from git repo 2025-04-10 11:45:15 +02:00
.gitignore ignoring lib in future commits. 2025-04-10 11:45:35 +02:00
CMakeLists.txt initial commit 2025-04-06 16:56:16 +02:00
README.md update 2025-04-09 22:48:12 +02:00

Configure

cmake -S . -B ./build

Build

cmake --build ./build -j`nproc`