Skip to content

Latest commit

 

History

History
8 lines (7 loc) · 115 Bytes

README.md

File metadata and controls

8 lines (7 loc) · 115 Bytes

Build

mkdir build
conan install . -if build --build=missing
cmake -S . -B build
cmake --build build