{ "configurations": [ { "name": "Debug", "generator": "Ninja", "configurationType": "Debug", "inheritEnvironments": [ "msvc_x64_x64" ], "buildRoot": "${projectDir}\\out\\build\\${configurationType}", "installRoot": "${projectDir}\\out\\install\\${name}", "addressSanitizerEnabled": false }, { "name": "Release", "generator": "Ninja", "configurationType": "Release", "inheritEnvironments": [ "msvc_x64_x64" ], "buildRoot": "${projectDir}\\out\\build\\${configurationType}", "installRoot": "${projectDir}\\out\\install\\${name}", "addressSanitizerEnabled": false }, { "name": "Debug (clang-cl)", "generator": "Ninja", "configurationType": "Debug", "inheritEnvironments": [ "clang_cl_x64_x64" ], "buildRoot": "${projectDir}\\out\\build\\${configurationType}", "installRoot": "${projectDir}\\out\\install\\${name}", "addressSanitizerEnabled": false }, { "name": "Release (clang-cl)", "generator": "Ninja", "configurationType": "Release", "inheritEnvironments": [ "clang_cl_x64_x64" ], "buildRoot": "${projectDir}\\out\\build\\${configurationType}", "installRoot": "${projectDir}\\out\\install\\${name}", "addressSanitizerEnabled": false } ] }