This commit is contained in:
2024-12-03 17:12:18 +08:00
parent 95925cc855
commit f2a470c59d
62 changed files with 1332 additions and 477 deletions

15
makefile Normal file
View File

@@ -0,0 +1,15 @@
PHONY: test build conan_install
test:build
cd build/Release && cmake --build . && ctest
build:conan_install
cmake --preset conan-release .
conan_install:
conan install . -b missing