Newer
Older
# Template C Project with CMake as build system
## Configure
`cmake -B build -S . -G "Ninja Multi-Config"`
## Build
`cmake --build build [--config Debug|Release]`
# Template C Project with CMake as build system
## Configure
`cmake -B build -S . -G "Ninja Multi-Config"`
## Build
`cmake --build build [--config Debug|Release]`