11 lines
563 B
Plaintext
11 lines
563 B
Plaintext
|
^C:\USERS\BRETT\ONEDRIVE\DOCUMENTS\CODE\CMAKELISTS.TXT
|
||
|
setlocal
|
||
|
"C:\Program Files\Microsoft Visual Studio\2022\Community\Common7\IDE\CommonExtensions\Microsoft\CMake\CMake\bin\cmake.exe" -SC:/Users/brett/OneDrive/Documents/Code -BC:/Users/brett/OneDrive/Documents/Code/out/build/x64-Release --check-stamp-file C:/Users/brett/OneDrive/Documents/Code/out/build/x64-Release/CMakeFiles/generate.stamp
|
||
|
if %errorlevel% neq 0 goto :cmEnd
|
||
|
:cmEnd
|
||
|
endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
|
||
|
:cmErrorLevel
|
||
|
exit /b %1
|
||
|
:cmDone
|
||
|
if %errorlevel% neq 0 goto :VCEnd
|