osb/scripts/windows/build.bat

8 lines
142 B
Batchfile
Raw Normal View History

2023-06-20 04:33:09 +00:00
cd /d %~dp0
cd ..\..
cd build
IF %ERRORLEVEL% NEQ 0 exit /b %ERRORLEVEL%
"C:\Program Files (x86)\CMake\bin\cmake.exe" --build . --config %1