Skip to content

Latest commit

 

History

History
7 lines (7 loc) · 227 Bytes

File metadata and controls

7 lines (7 loc) · 227 Bytes

Build

rm -rf build && cmake -B build -DCMAKE_BUILD_TYPE=[Release | Debug] -DTESTING=ON -DCMAKE_TOOLCHAIN_FILE=<path to vcpkg.cmake> -G "Ninja" -DVCPKG_OVERLAY_PORTS=vcpkg-overlay
cmake --build build