Skip to content
Snippets Groups Projects
README.md 165 B
Newer Older
Lukas Güldenstein's avatar
Lukas Güldenstein committed
# Template C Project with CMake as build system

## Configure
`cmake -B build -S . -G "Ninja Multi-Config"`

## Build
`cmake --build build [--config Debug|Release]`