From ed4a3b7805df21d8710a1ab9b96f733440c80937 Mon Sep 17 00:00:00 2001 From: Patrick W3AXL Date: Thu, 13 Feb 2025 21:53:57 -0500 Subject: [PATCH] Update CMakeSettings.json --- CMakeSettings.json | 17 ++++++++++++++--- 1 file changed, 14 insertions(+), 3 deletions(-) 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