6 lines
127 B
Batchfile
6 lines
127 B
Batchfile
|
@echo off
|
||
|
|
||
|
REM desktop
|
||
|
cmake -B build -DCMAKE_BUILD_TYPE=Debug -G Ninja
|
||
|
cmake -B build_rel -DCMAKE_BUILD_TYPE=Release -G Ninja
|