conjure-engine/debug.sh

9 lines
216 B
Bash
Executable File

#!/bin/bash
# Run Conan to install dependencies
conan install . -s build_type=Debug --build=missing
# Run CMake with the updated CMAKE_PREFIX_PATH
#cmake -DCMAKE_BUILD_TYPE=Debug -S . -B build
#cmake --build build