Continue conan integration

This commit is contained in:
2025-06-28 11:06:16 +02:00
parent 91df2f5e02
commit 8807cd513c
4 changed files with 17 additions and 2 deletions

View File

@@ -28,8 +28,8 @@ 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
@conan install . --output-folder=$(f_debug) --build=missing --profile:build=default --profile:host=default
@cmake -S . -B $(f_debug) -D CMAKE_BUILD_TYPE=Debug -D ENABLE_TESTING=ON -D CMAKE_TOOLCHAIN_FILE=$(f_debug)/conan_toolchain.cmake
@echo ">>> Done";
opt = ""