Files
latch/makefile
2024-12-03 17:12:18 +08:00

15 lines
191 B
Makefile

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