Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 434 Bytes

BUILDING.md

File metadata and controls

17 lines (12 loc) · 434 Bytes

Building with CMake

Build

This project doesn't require any special command-line flags to build to keep things simple.

Here are the steps for building in release mode with a single-configuration generator, like the Ninja one:

cmake -S . -B build -G Ninja -D CMAKE_BUILD_TYPE=Release
cmake --build build