Begin conan integration

This commit is contained in:
2025-06-28 10:52:13 +02:00
parent 72053e195a
commit 91df2f5e02
5 changed files with 46 additions and 7 deletions

View File

@@ -28,6 +28,7 @@ build: ## Build a debug version of the project
@echo ">>> Building Debug Folding...";
@if [ -d ./$(f_debug) ]; then rm -rf ./$(f_debug); fi
@mkdir $(f_debug);
@conan install . --output-folder=$(f_debug) --build=missing
@cmake -S . -B $(f_debug) -D CMAKE_BUILD_TYPE=Debug -D ENABLE_TESTING=ON
@echo ">>> Done";