updated presets

This commit is contained in:
2024-09-17 09:31:30 -07:00
parent 3d782e1ed0
commit 01a2a3d055

View File

@@ -18,41 +18,17 @@
} }
}, },
{ {
"name": "x64-debug", "name": "windows-debug",
"displayName": "x64 Debug", "displayName": "Debug",
"inherits": "windows-base", "inherits": "windows-base",
"architecture": {
"value": "x64",
"strategy": "external"
},
"cacheVariables": { "cacheVariables": {
"CMAKE_BUILD_TYPE": "Debug" "CMAKE_BUILD_TYPE": "Debug"
} }
}, },
{ {
"name": "x64-release", "name": "windows-release",
"displayName": "x64 Release", "displayName": "Release",
"inherits": "x64-debug",
"cacheVariables": {
"CMAKE_BUILD_TYPE": "Release"
}
},
{
"name": "x86-debug",
"displayName": "x86 Debug",
"inherits": "windows-base", "inherits": "windows-base",
"architecture": {
"value": "x86",
"strategy": "external"
},
"cacheVariables": {
"CMAKE_BUILD_TYPE": "Debug"
}
},
{
"name": "x86-release",
"displayName": "x86 Release",
"inherits": "x86-debug",
"cacheVariables": { "cacheVariables": {
"CMAKE_BUILD_TYPE": "Release" "CMAKE_BUILD_TYPE": "Release"
} }