Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 126 Bytes

README.md

File metadata and controls

11 lines (8 loc) · 126 Bytes

C++ snippets

Build

Requires cmake and a C++17 compiler

mkdir build
cmake -Bbuild -H.
cmake --build build/