@ -11,5 +11,10 @@ cmake .. -G "Visual Studio 17 2022"
REM Build the project
cmake --build . --config Release
echo Build completed!
if %ERRORLEVEL% EQU 0 (
echo Build completed successfully!
) else (
echo Build failed with error level %ERRORLEVEL%
)
cd ..
The note is not visible to the blocked user.
Powered by TurnKey Linux.