Skip to content

Latest commit

 

History

History
9 lines (7 loc) · 150 Bytes

File metadata and controls

9 lines (7 loc) · 150 Bytes

Building

conan install . -b missing -s \&:build_type=Debug -s build_type=Release -of build
cd build
cmake .. --preset conan-debug
make -j