a
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
^C:\USERS\JORDI\DOCUMENTS\GITHUB\FH\CMAKELISTS.TXT
|
||||
setlocal
|
||||
"C:\Program Files\Microsoft Visual Studio\2022\Community\Common7\IDE\CommonExtensions\Microsoft\CMake\CMake\bin\cmake.exe" -SC:/Users/jordi/Documents/GitHub/FH -BC:/Users/jordi/Documents/GitHub/FH/build --check-stamp-file C:/Users/jordi/Documents/GitHub/FH/build/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
|
||||
Reference in New Issue
Block a user