Textractor/CMakeSettings.json

27 lines
927 B
JSON
Raw Permalink Normal View History

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-06-18 01:16:34 -04:00
"buildRoot": "${workspaceRoot}\\CMakeBuilds\\build\\${name}",
"installRoot": "${workspaceRoot}\\CMakeBuilds\\${workspaceHash}\\install\\${name}",
2018-06-15 19:30:32 -04:00
"cmakeCommandArgs": "",
"buildCommandArgs": "-v",
"ctestCommandArgs": ""
},
{
"name": "x86-Release",
"generator": "Ninja",
"configurationType": "MinSizeRel",
"inheritEnvironments": [ "msvc_x86" ],
2018-06-18 01:16:34 -04:00
"buildRoot": "${workspaceRoot}\\CMakeBuilds\\build\\${name}",
"installRoot": "${workspaceRoot}\\CMakeBuilds\\${workspaceHash}\\install\\${name}",
2018-06-15 19:30:32 -04:00
"cmakeCommandArgs": "",
"buildCommandArgs": "-v",
"ctestCommandArgs": ""
}
]
}