Complete configuration
This commit is contained in:
2
Makefile
2
Makefile
@@ -29,7 +29,7 @@ build: ## Build a debug version of the project
|
||||
@if [ -d $(f_debug) ]; then rm -rf $(f_debug); fi
|
||||
@mkdir $(f_debug);
|
||||
conan install . -of $(f_debug) -s build_type=Debug -b missing
|
||||
cmake -B $(f_debug) -S . -DCMAKE_BUILD_TYPE=Debug -DCMAKE_TOOLCHAIN_FILE=$(f_debug)/build/Debug/generators/conan_toolchain.cmake -DENABLE_TESTING=ON
|
||||
cmake -B $(f_debug) -S . -DCMAKE_BUILD_TYPE=Debug -DCMAKE_TOOLCHAIN_FILE=$(f_debug)/conan_toolchain.cmake -DENABLE_TESTING=ON
|
||||
cmake --build $(f_debug) -t $(test_targets) $(n_procs)
|
||||
@echo ">>> Done";
|
||||
|
||||
|
Reference in New Issue
Block a user