{ "configurations": [ { "name": "x64-Debug", "generator": "Visual Studio 17 2022 Win64", "configurationType": "Debug", "inheritEnvironments": [ "msvc_x64_x64" ], "buildRoot": "${projectDir}\\out\\build\\${name}", "installRoot": "${projectDir}\\out\\install\\${name}", "cmakeCommandArgs": "", "buildCommandArgs": "", "ctestCommandArgs": "", "variables": [ { "name": "BUILD_TESTS", "value": "True", "type": "BOOL" } ] }, { "name": "x64-Release", "generator": "Visual Studio 17 2022 Win64", "configurationType": "Release", "buildRoot": "${projectDir}\\out\\build\\${name}", "installRoot": "${projectDir}\\out\\install\\${name}", "cmakeCommandArgs": "", "buildCommandArgs": "", "ctestCommandArgs": "", "inheritEnvironments": [ "msvc_x64_x64" ], "intelliSenseMode": "windows-msvc-x64", "variables": [ { "name": "BUILD_TESTS", "value": "True", "type": "BOOL" } ] } ] }