diff --git a/CMakeSettings.json b/CMakeSettings.json index b708b7c..2235809 100644 --- a/CMakeSettings.json +++ b/CMakeSettings.json @@ -21,6 +21,18 @@ "buildCommandArgs": "", "ctestCommandArgs": "", "inheritEnvironments": [ "clang_cl_x64" ] + }, + { + "name": "x64-ReleaseWithDebInfo", + "generator": "Ninja", + "configurationType": "RelWithDebInfo", + "buildRoot": "${projectDir}\\out\\build\\${name}", + "installRoot": "${projectDir}\\out\\install\\${name}", + "cmakeCommandArgs": "", + "buildCommandArgs": "", + "ctestCommandArgs": "", + "inheritEnvironments": [ "clang_cl_x64" ], + "variables": [] } ] } \ No newline at end of file