{ "configurations": [ { "name": "Debug", "generator": "Ninja", "configurationType": "Debug", "inheritEnvironments": [ "msvc_x64_x64" ], "buildRoot": "${projectDir}\\build", "installRoot": "${projectDir}\\out\\install\\${name}", "cmakeCommandArgs": "", "buildCommandArgs": "", "ctestCommandArgs": "", "cmakeExecutable": "C:/Program Files/CMake/bin/cmake.exe" }, { "name": "Release", "generator": "Ninja", "configurationType": "RelWithDebInfo", "buildRoot": "${projectDir}\\build", "installRoot": "${projectDir}\\out\\install\\${name}", "cmakeExecutable": "C:/Program Files/CMake/bin/cmake.exe", "cmakeCommandArgs": "", "buildCommandArgs": "", "ctestCommandArgs": "", "inheritEnvironments": [ "msvc_x64_x64" ] } ] }