diff --git a/CMakeSettings.json b/CMakeSettings.json index 01d2295..36390e7 100644 --- a/CMakeSettings.json +++ b/CMakeSettings.json @@ -1,15 +1,26 @@ { "configurations": [ { - "name": "x32-Debug", + "name": "x86-Release", + "generator": "Ninja", + "configurationType": "RelWithDebInfo", + "buildRoot": "${projectDir}\\out\\build\\${name}", + "installRoot": "${projectDir}\\out\\install\\${name}", + "cmakeCommandArgs": "", + "buildCommandArgs": "", + "ctestCommandArgs": "", + "inheritEnvironments": [ "msvc_x86" ] + }, + { + "name": "x86-Debug", "generator": "Ninja", "configurationType": "Debug", - "inheritEnvironments": [ "msvc_x86" ], "buildRoot": "${projectDir}\\out\\build\\${name}", "installRoot": "${projectDir}\\out\\install\\${name}", "cmakeCommandArgs": "", "buildCommandArgs": "", - "ctestCommandArgs": "" + "ctestCommandArgs": "", + "inheritEnvironments": [ "msvc_x86" ] } ] } \ No newline at end of file