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
+10
View File
@@ -57,5 +57,15 @@
"CMAKE_BUILD_TYPE": "Release"
}
}
],
"buildPresets": [
{
"name": "x64-debug",
"configurePreset": "x64-debug"
},
{
"name": "x64-release",
"configurePreset": "x64-release"
}
]
}