Skip to content
Snippets Groups Projects

Template C Project with CMake as build system

Configure

cmake -B build -S . -G "Ninja Multi-Config"

Build

cmake --build build [--config Debug|Release]