YimMenuV2/CMakeSettings.json
2025-03-16 10:34:14 -04:00

28 lines
1017 B
JSON

{
"configurations": [
{
"name": "x64-Release-MSVC",
"generator": "Ninja",
"configurationType": "RelWithDebInfo",
"buildRoot": "${projectDir}\\out\\build\\${name}",
"installRoot": "${projectDir}\\out\\install\\${name}",
"cmakeCommandArgs": "",
"buildCommandArgs": "",
"ctestCommandArgs": "",
"inheritEnvironments": [ "msvc_x64_x64" ],
},
{
"name": "x64-Release-Clang",
"generator": "Ninja",
"configurationType": "RelWithDebInfo",
"buildRoot": "${projectDir}\\out\\build\\${name}",
"installRoot": "${projectDir}\\out\\install\\${name}",
"cmakeCommandArgs": "",
"buildCommandArgs": "",
"ctestCommandArgs": "",
"inheritEnvironments": [ "clang_cl_x64_x64" ],
"enableClangTidyCodeAnalysis": true,
"clangTidyChecks": "clang-analyzer-*"
}
]
}