Fixed release build and automatic compiling of CPP Helper

This commit is contained in:
Simon Lübeß
2022-05-04 18:34:56 +02:00
parent 9e23ac0fcf
commit 412d0ea965
4 changed files with 20 additions and 4 deletions
+2 -1
View File
@@ -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
)
)