Cxbx-Reloaded/CMakeSettings.json
2019-06-15 19:57:13 -07:00

29 lines
710 B
JSON

{
"configurations": [
{
"name": "x86-Release",
"configurationType": "Release",
"inheritEnvironments": [
"msvc_x86"
],
"buildRoot": "${workspaceRoot}\\build\\${name}",
"installRoot": "${workspaceRoot}\\bin\\Release",
"cmakeCommandArgs": "",
"buildCommandArgs": "/v:m",
"ctestCommandArgs": ""
},
{
"name": "x86-Debug",
"configurationType": "Debug",
"inheritEnvironments": [
"msvc_x86"
],
"buildRoot": "${workspaceRoot}\\build\\${name}",
"installRoot": "${workspaceRoot}\\bin\\Debug",
"cmakeCommandArgs": "",
"buildCommandArgs": "/v:m",
"ctestCommandArgs": ""
}
]
}