6352e8e319
all at once
8 lines
142 B
Batchfile
8 lines
142 B
Batchfile
cd /d %~dp0
|
|
cd ..\..
|
|
|
|
cd build
|
|
IF %ERRORLEVEL% NEQ 0 exit /b %ERRORLEVEL%
|
|
|
|
"C:\Program Files (x86)\CMake\bin\cmake.exe" --build . --config %1
|