STL/tools/CMakeSettings.json

29 строки
834 B
JSON
Исходник Обычный вид История

{
"configurations": [
{
"buildCommandArgs": "-v",
"buildRoot": "${projectDir}\\out\\build\\${name}",
"cmakeCommandArgs": "",
"configurationType": "Debug",
"ctestCommandArgs": "",
"generator": "Ninja",
"inheritEnvironments": [ "msvc_x64_x64" ],
"installRoot": "${projectDir}\\out\\install\\${name}",
"name": "x64-Debug",
"variables": []
},
{
"buildCommandArgs": "-v",
"buildRoot": "${projectDir}\\out\\build\\${name}",
"cmakeCommandArgs": "",
"configurationType": "Release",
"ctestCommandArgs": "",
"generator": "Ninja",
"inheritEnvironments": [ "msvc_x64_x64" ],
"installRoot": "${projectDir}\\out\\install\\${name}",
"name": "x64-Release",
"variables": []
}
]
}