{
"configurations": [
{
"name": "x64-Release-FastCompile",
"generator": "Ninja",
"configurationType": "RelWithDebInfo",
"inheritEnvironments": [ "msvc_x64_x64" ],
"buildRoot": "${projectDir}\\out\\build\\${name}",
"installRoot": "${projectDir}\\out\\install\\${name}",
"cmakeCommandArgs": "",
"buildCommandArgs": "",
"ctestCommandArgs": ""
},
"name": "x64-Release",
"ctestCommandArgs": "",
"variables": [ {"name": "OPTIMIZE", "value": "YES", "type": "BOOL"} ]
"name": "x64-Debug",
"configurationType": "Debug",
"variables": []
}
]