diff --git a/CMakeSettings.json b/CMakeSettings.json index 61083f8cd44..56456356e04 100644 --- a/CMakeSettings.json +++ b/CMakeSettings.json @@ -75,6 +75,24 @@ } ] }, + { + "name": "x64-RelWithDebInfo", + "generator": "Ninja", + "configurationType": "RelWithDebInfo", + "buildRoot": "${workspaceRoot}\\build\\${name}", + "installRoot": "${env.USERPROFILE}\\CMakeBuilds\\${workspaceHash}\\install\\${name}", + "cmakeCommandArgs": "-DCPACK=ON", + "inheritEnvironments": [ "msvc_x64" ], + "intelliSenseMode": "windows-msvc-x64", + "enableClangTidyCodeAnalysis": true, + "variables": [ + { + "name": "DISCORD_INTEGRATION", + "value": "True", + "type": "BOOL" + } + ] + }, { "name": "x86-Debug", "generator": "Ninja",