shell/build.bat

5 lines
59 B
Batchfile

mkdir build
cd build
cmake -S .. -B .
cmake --build .
PAUSE