Skip to content
Snippets Groups Projects
user avatar
Lukas Güldenstein authored
a0f107df
History

Template C Project with CMake as build system

Configure

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

Build

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