@echo off cd /d "%~dp0" cmake --preset Clang if errorlevel 1 exit /b 1 cmake --build --preset Clang -j if errorlevel 1 exit /b 1