{ "configurations": [ { "name": "x64-Debug", "generator": "Ninja", "configurationType": "Debug", "inheritEnvironments": [ "msvc_x64_x64" ], "buildRoot": "${projectDir}\\build\\${name}", "installRoot": "${projectDir}\\install\\${name}", "cmakeCommandArgs": "-Wno-dev -DRTREE_BUILD_TESTS=ON", "buildCommandArgs": "-v", "ctestCommandArgs": "" }, { "name": "x64-Release", "generator": "Ninja", "configurationType": "RelWithDebInfo", "inheritEnvironments": [ "msvc_x64_x64" ], "buildRoot": "${projectDir}\\build\\${name}", "installRoot": "${projectDir}\\install\\${name}", "cmakeCommandArgs": "-Wno-dev -DRTREE_BUILD_TESTS=ON", "buildCommandArgs": "-v", "ctestCommandArgs": "" }, { "name": "x86-Debug", "generator": "Ninja", "configurationType": "Debug", "inheritEnvironments": [ "msvc_x86" ], "buildRoot": "${projectDir}\\build\\${name}", "installRoot": "${projectDir}\\install\\${name}", "cmakeCommandArgs": "-Wno-dev -DRTREE_BUILD_TESTS=ON", "buildCommandArgs": "-v", "ctestCommandArgs": "" }, { "name": "x86-Release", "generator": "Ninja", "configurationType": "RelWithDebInfo", "inheritEnvironments": [ "msvc_x86" ], "buildRoot": "${projectDir}\\build\\${name}", "installRoot": "${projectDir}\\install\\${name}", "cmakeCommandArgs": "-Wno-dev -DRTREE_BUILD_TESTS=ON", "buildCommandArgs": "-v", "ctestCommandArgs": "" } ] }