osb/scripts/windows/build.bat
2023-06-20 14:33:09 +10:00

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