diff --git a/CMakeSettings.json b/CMakeSettings.json index 32b853c..b1e83b7 100644 --- a/CMakeSettings.json +++ b/CMakeSettings.json @@ -1,28 +1,52 @@ -{ -"configurations": [ -{ -"name": "x64-Debug", -"generator": "Ninja", -"configurationType": "Debug", -"inheritEnvironments": [ "msvc_x64_x64" ], -"buildRoot": "${projectDir}\\out\\build\\${name}", -"installRoot": "${projectDir}\\out\\install\\${name}", -"cmakeCommandArgs": "", -"buildCommandArgs": "-v", -"ctestCommandArgs": "", -"variables": [] -}, -{ -"name": "x86-Debug", -"generator": "Ninja", -"configurationType": "Debug", -"buildRoot": "${projectDir}\\out\\build\\${name}", -"installRoot": "${projectDir}\\out\\install\\${name}", -"cmakeCommandArgs": "", -"buildCommandArgs": "-v", -"ctestCommandArgs": "", -"inheritEnvironments": [ "msvc_x86" ], -"variables": [] -} -] +{ + "configurations": [ + { + "name": "x64-Debug", + "generator": "Ninja", + "configurationType": "Debug", + "inheritEnvironments": [ "msvc_x64_x64" ], + "buildRoot": "${projectDir}\\out\\build\\${name}", + "installRoot": "${projectDir}\\out\\install\\${name}", + "cmakeCommandArgs": "", + "buildCommandArgs": "-v", + "ctestCommandArgs": "", + "variables": [] + }, + { + "name": "x86-Debug", + "generator": "Ninja", + "configurationType": "Debug", + "buildRoot": "${projectDir}\\out\\build\\${name}", + "installRoot": "${projectDir}\\out\\install\\${name}", + "cmakeCommandArgs": "", + "buildCommandArgs": "-v", + "ctestCommandArgs": "", + "inheritEnvironments": [ "msvc_x86" ], + "variables": [] + }, + { + "name": "arm-Debug", + "generator": "Ninja", + "configurationType": "Debug", + "buildRoot": "${projectDir}\\out\\build\\${name}", + "installRoot": "${projectDir}\\out\\install\\${name}", + "cmakeCommandArgs": "", + "buildCommandArgs": "-v", + "ctestCommandArgs": "", + "inheritEnvironments": [ "msvc_arm" ], + "variables": [] + }, + { + "name": "arm64-Debug", + "generator": "Ninja", + "configurationType": "Debug", + "buildRoot": "${projectDir}\\out\\build\\${name}", + "installRoot": "${projectDir}\\out\\install\\${name}", + "cmakeCommandArgs": "", + "buildCommandArgs": "-v", + "ctestCommandArgs": "", + "inheritEnvironments": [ "msvc_arm64" ], + "variables": [] + } + ] } \ No newline at end of file