NouVeL/CMakeSettings.json

27 lines
798 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"
2022-08-23 18:02:15 -04:00
},
{
"name": "x64-Release",
"generator": "Ninja",
"configurationType": "Release",
2022-08-23 18:02:15 -04:00
"buildRoot": "${projectDir}\\out\\build\\${name}",
"installRoot": "${projectDir}\\out\\install\\${name}",
"cmakeCommandArgs": "",
"buildCommandArgs": "",
"ctestCommandArgs": "",
"inheritEnvironments": [ "clang_cl_x64" ]
2021-05-14 11:49:21 -04:00
}
]
}