2022-12-27 15:38:48 +00:00
|
|
|
|
{
|
|
|
|
|
"configurations": [
|
|
|
|
|
{
|
|
|
|
|
"name": "x64-Debug",
|
|
|
|
|
"generator": "Ninja",
|
|
|
|
|
"configurationType": "Debug",
|
|
|
|
|
"inheritEnvironments": [ "msvc_x64_x64" ],
|
|
|
|
|
"buildRoot": "${projectDir}\\out\\build\\${name}",
|
|
|
|
|
"installRoot": "${projectDir}\\out\\install\\${name}",
|
|
|
|
|
"cmakeCommandArgs": "",
|
|
|
|
|
"buildCommandArgs": "",
|
|
|
|
|
"ctestCommandArgs": "",
|
|
|
|
|
"variables": [
|
|
|
|
|
{
|
|
|
|
|
"name": "USE_EXTERNAL_LIBS",
|
|
|
|
|
"value": "true",
|
|
|
|
|
"type": "BOOL"
|
|
|
|
|
}
|
|
|
|
|
]
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"name": "x64-Release",
|
|
|
|
|
"generator": "Ninja",
|
|
|
|
|
"configurationType": "RelWithDebInfo",
|
|
|
|
|
"buildRoot": "${projectDir}\\out\\build\\${name}",
|
|
|
|
|
"installRoot": "${projectDir}\\out\\install\\${name}",
|
|
|
|
|
"cmakeCommandArgs": "",
|
|
|
|
|
"buildCommandArgs": "",
|
|
|
|
|
"ctestCommandArgs": "",
|
|
|
|
|
"inheritEnvironments": [ "msvc_x64_x64" ],
|
|
|
|
|
"variables": [
|
|
|
|
|
{
|
|
|
|
|
"name": "USE_EXTERNAL_LIBS",
|
|
|
|
|
"value": "true",
|
|
|
|
|
"type": "BOOL"
|
|
|
|
|
}
|
|
|
|
|
]
|
2023-01-05 15:23:53 +00:00
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"name": "x86-Debug",
|
|
|
|
|
"generator": "Ninja",
|
|
|
|
|
"configurationType": "Debug",
|
|
|
|
|
"buildRoot": "${projectDir}\\out\\build\\${name}",
|
|
|
|
|
"installRoot": "${projectDir}\\out\\install\\${name}",
|
|
|
|
|
"cmakeCommandArgs": "",
|
|
|
|
|
"buildCommandArgs": "",
|
|
|
|
|
"ctestCommandArgs": "",
|
|
|
|
|
"inheritEnvironments": [ "msvc_x86" ],
|
|
|
|
|
"variables": [
|
|
|
|
|
{
|
|
|
|
|
"name": "USE_EXTERNAL_LIBS",
|
|
|
|
|
"value": "true",
|
|
|
|
|
"type": "BOOL"
|
|
|
|
|
}
|
|
|
|
|
]
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"name": "x86-Release",
|
|
|
|
|
"generator": "Ninja",
|
|
|
|
|
"configurationType": "RelWithDebInfo",
|
|
|
|
|
"buildRoot": "${projectDir}\\out\\build\\${name}",
|
|
|
|
|
"installRoot": "${projectDir}\\out\\install\\${name}",
|
|
|
|
|
"cmakeCommandArgs": "",
|
|
|
|
|
"buildCommandArgs": "",
|
|
|
|
|
"ctestCommandArgs": "",
|
|
|
|
|
"inheritEnvironments": [ "msvc_x86" ],
|
|
|
|
|
"variables": [
|
|
|
|
|
{
|
|
|
|
|
"name": "USE_EXTERNAL_LIBS",
|
|
|
|
|
"value": "true",
|
|
|
|
|
"type": "BOOL"
|
|
|
|
|
}
|
|
|
|
|
]
|
2022-12-27 15:38:48 +00:00
|
|
|
|
}
|
|
|
|
|
]
|
|
|
|
|
}
|