Basic setup, to bring conan into the environment
./setup.sh
source ./venv/bin/activate
to get requirements, build those which are missing
using cmake_layout to put stuff in sensible places
conan install . --build=missing -pr ./example_profile
cmake --preset conan-relwithdebinfo
if you want to look at build/RelWithDebInfo/generators/CMakePresets.json to see what is being done for you
Use the preset to do the cmake build
cmake --build --preset conan-relwithdebinfo
./build/RelWithDebInfo/bench/bench --benchmark_min_time=1s