shell/build.bat

5 lines
76 B
Batchfile

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