NouVeL/CMakeSettings.json

16 lines
434 B
JSON
Raw Normal View History

2021-05-14 11:49:21 -04:00
{
"configurations": [
{
"name": "x64-Debug",
"generator": "Ninja",
"configurationType": "Debug",
2022-08-18 12:17:43 -04:00
"inheritEnvironments": [ "msvc_x64" ],
2021-05-14 11:49:21 -04:00
"buildRoot": "${projectDir}\\out\\build\\${name}",
"installRoot": "${projectDir}\\out\\install\\${name}",
"cmakeCommandArgs": "",
"buildCommandArgs": "",
2021-12-12 03:41:54 -05:00
"ctestCommandArgs": "",
"intelliSenseMode": "windows-clang-x64"
2021-05-14 11:49:21 -04:00
}
]
}