update cmakesettings.json to match dvmhost repo

main
Patrick W3AXL 12 months ago
parent ed4a3b7805
commit 41b2b64f0b

@ -1,7 +1,25 @@
{
{
"configurations": [
{
"name": "x86-Release",
"name": "x64-Debug",
"generator": "Ninja",
"configurationType": "Debug",
"inheritEnvironments": [ "msvc_x64_x64" ],
"buildRoot": "${projectDir}\\out\\build\\${name}",
"installRoot": "${projectDir}\\out\\install\\${name}",
"cmakeCommandArgs": "",
"buildCommandArgs": "-v",
"ctestCommandArgs": "",
"variables": [
{
"name": "COMPILE_WIN32",
"value": "True",
"type": "BOOL"
}
]
},
{
"name": "x64-RelWithDebInfo",
"generator": "Ninja",
"configurationType": "RelWithDebInfo",
"buildRoot": "${projectDir}\\out\\build\\${name}",
@ -9,7 +27,14 @@
"cmakeCommandArgs": "",
"buildCommandArgs": "",
"ctestCommandArgs": "",
"inheritEnvironments": [ "msvc_x86" ]
"inheritEnvironments": [ "msvc_x64_x64" ],
"variables": [
{
"name": "COMPILE_WIN32",
"value": "True",
"type": "BOOL"
}
]
},
{
"name": "x86-Debug",
@ -18,9 +43,34 @@
"buildRoot": "${projectDir}\\out\\build\\${name}",
"installRoot": "${projectDir}\\out\\install\\${name}",
"cmakeCommandArgs": "",
"buildCommandArgs": "-v",
"ctestCommandArgs": "",
"inheritEnvironments": [ "msvc_x86" ],
"variables": [
{
"name": "COMPILE_WIN32",
"value": "True",
"type": "BOOL"
}
]
},
{
"name": "x86-RelWithDebInfo",
"generator": "Ninja",
"configurationType": "RelWithDebInfo",
"buildRoot": "${projectDir}\\out\\build\\${name}",
"installRoot": "${projectDir}\\out\\install\\${name}",
"cmakeCommandArgs": "",
"buildCommandArgs": "",
"ctestCommandArgs": "",
"inheritEnvironments": [ "msvc_x86" ]
"inheritEnvironments": [ "msvc_x86" ],
"variables": [
{
"name": "COMPILE_WIN32",
"value": "True",
"type": "BOOL"
}
]
}
]
}
Loading…
Cancel
Save

Powered by TurnKey Linux.