NouVeL/CMakeSettings.json

15 lines
395 B
JSON
Raw Normal View History

2021-05-14 11:49:21 -04:00
{
"configurations": [
{
"name": "x64-Debug",
"generator": "Ninja",
"configurationType": "Debug",
2021-05-15 13:38:10 -04:00
"inheritEnvironments": [ "clang_cl_x64_x64" ],
2021-05-14 11:49:21 -04:00
"buildRoot": "${projectDir}\\out\\build\\${name}",
"installRoot": "${projectDir}\\out\\install\\${name}",
"cmakeCommandArgs": "",
"buildCommandArgs": "",
"ctestCommandArgs": ""
}
]
}