Files
Seele/CMakeSettings.json
T

16 lines
400 B
JSON
Raw Normal View History

2020-02-05 20:58:58 +01:00
{
"configurations": [
{
"name": "Debug",
2020-02-05 20:58:58 +01:00
"generator": "Ninja",
"configurationType": "Debug",
"inheritEnvironments": [ "msvc_x64_x64" ],
2020-02-05 20:58:58 +01:00
"buildRoot": "${projectDir}\\bin\\${name}",
"installRoot": "${projectDir}\\install\\${name}",
2020-02-05 20:58:58 +01:00
"cmakeCommandArgs": "",
"buildCommandArgs": "-v",
2020-02-05 20:58:58 +01:00
"ctestCommandArgs": "",
"variables": []
2020-02-05 20:58:58 +01:00
}
]
}