mirror of
https://github.com/aharabada/glitchy-engine-beef.git
synced 2026-09-05 13:01:52 +00:00
Fixed release build and automatic compiling of CPP Helper
This commit is contained in:
+2
-1
@@ -4,6 +4,7 @@ for /f "usebackq tokens=*" %%i in (`vswhere.exe -latest -products * -requires Mi
|
||||
if exist "%%i\VC\Auxiliary\Build\vcvarsall.bat" (
|
||||
"%%i\VC\Auxiliary\Build\vcvarsall.bat" %1
|
||||
cd /D %2
|
||||
cmake --preset %3
|
||||
cmake --preset=%3
|
||||
cmake --build --preset=%3
|
||||
)
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user