#!/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