5 lines
83 B
Batchfile
5 lines
83 B
Batchfile
@echo off
|
|
cd build
|
|
cmake -DBUILD_MODE=All ..
|
|
cmake --build . --config Release
|
|
pause |