Skip to content
Snippets Groups Projects
user avatar
Lukas Güldenstein authored
baf1e8fc
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]