First commit
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
@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
|
||||
Reference in New Issue
Block a user