2018-06-15 19:30:32 -04:00
|
|
|
{
|
|
|
|
// See https://go.microsoft.com//fwlink//?linkid=834763 for more information about this file.
|
|
|
|
"configurations": [
|
|
|
|
{
|
|
|
|
"name": "x86-Debug",
|
|
|
|
"generator": "Ninja",
|
|
|
|
"configurationType": "Debug",
|
|
|
|
"inheritEnvironments": [ "msvc_x86" ],
|
2018-08-03 10:00:42 -04:00
|
|
|
"buildRoot": "${workspaceRoot}\\Builds\\${name}",
|
2018-06-18 01:16:34 -04:00
|
|
|
"installRoot": "${workspaceRoot}\\CMakeBuilds\\${workspaceHash}\\install\\${name}",
|
2018-06-15 19:30:32 -04:00
|
|
|
"cmakeCommandArgs": "",
|
|
|
|
"buildCommandArgs": "-v",
|
|
|
|
"ctestCommandArgs": ""
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "x86-Release",
|
|
|
|
"generator": "Ninja",
|
2018-10-09 00:35:47 -04:00
|
|
|
"configurationType": "RelWithDebInfo",
|
2018-06-15 19:30:32 -04:00
|
|
|
"inheritEnvironments": [ "msvc_x86" ],
|
2018-08-03 10:00:42 -04:00
|
|
|
"buildRoot": "${workspaceRoot}\\Builds\\${name}",
|
|
|
|
"installRoot": "${workspaceRoot}\\CMakeBuilds\\${workspaceHash}\\install\\${name}",
|
|
|
|
"cmakeCommandArgs": "",
|
|
|
|
"buildCommandArgs": "-v",
|
|
|
|
"ctestCommandArgs": ""
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "x64-Debug",
|
|
|
|
"generator": "Ninja",
|
|
|
|
"configurationType": "Debug",
|
2018-08-04 22:27:10 -04:00
|
|
|
"inheritEnvironments": [ "msvc_x64" ],
|
2018-08-03 10:00:42 -04:00
|
|
|
"buildRoot": "${workspaceRoot}\\Builds\\${name}",
|
|
|
|
"installRoot": "${workspaceRoot}\\CMakeBuilds\\${workspaceHash}\\install\\${name}",
|
2018-08-19 00:13:19 -04:00
|
|
|
"cmakeCommandArgs": "",
|
2018-08-03 10:00:42 -04:00
|
|
|
"buildCommandArgs": "-v",
|
|
|
|
"ctestCommandArgs": ""
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "x64-Release",
|
|
|
|
"generator": "Ninja",
|
2018-10-09 00:35:47 -04:00
|
|
|
"configurationType": "RelWithDebInfo",
|
2018-08-04 22:27:10 -04:00
|
|
|
"inheritEnvironments": [ "msvc_x64" ],
|
2018-08-03 10:00:42 -04:00
|
|
|
"buildRoot": "${workspaceRoot}\\Builds\\${name}",
|
2018-06-18 01:16:34 -04:00
|
|
|
"installRoot": "${workspaceRoot}\\CMakeBuilds\\${workspaceHash}\\install\\${name}",
|
2018-08-19 00:13:19 -04:00
|
|
|
"cmakeCommandArgs": "",
|
2018-06-15 19:30:32 -04:00
|
|
|
"buildCommandArgs": "-v",
|
|
|
|
"ctestCommandArgs": ""
|
|
|
|
}
|
|
|
|
]
|
|
|
|
}
|