#!/usr/bin/sh # rm -rf build mkdir build conan install . --build=missing cmake --preset conan-relwithdebinfo (cd build/RelWithDebInfo && cmake --build .)