diff options
Diffstat (limited to 'CMakeSettings.json')
| -rw-r--r-- | CMakeSettings.json | 64 |
1 files changed, 0 insertions, 64 deletions
diff --git a/CMakeSettings.json b/CMakeSettings.json deleted file mode 100644 index 72ac09bacc..0000000000 --- a/CMakeSettings.json +++ /dev/null @@ -1,64 +0,0 @@ -{ - "configurations": [ - { - "name": "Release", - "configurationType": "Release", - "generator": "Ninja", - "inheritEnvironments": [ "msvc_x64_x64" ], - "buildCommandArgs": "", - "buildRoot": "${workspaceRoot}\\Build\\${name}", - "cmakeCommandArgs": "", - "variables": [ - ] - }, - { - "name": "Debug", - "configurationType": "Debug", - "generator": "Ninja", - "inheritEnvironments": [ "msvc_x64_x64" ], - "buildCommandArgs": "", - "buildRoot": "${workspaceRoot}\\Build\\${name}", - "cmakeCommandArgs": "", - "variables": [ - ] - }, - { - "name": "Release (arm64)", - "configurationType": "Release", - "generator": "Ninja", - "inheritEnvironments": [ "msvc_arm64_x64" ], - "buildCommandArgs": "", - "buildRoot": "${workspaceRoot}\\Build\\${name}", - "cmakeCommandArgs": "", - "variables": [ - { - "name": "CMAKE_SYSTEM_NAME", - "value": "Windows" - }, - { - "name": "CMAKE_SYSTEM_PROCESSOR", - "value": "aarch64" - } - ] - }, - { - "name": "Debug (arm64)", - "configurationType": "Debug", - "generator": "Ninja", - "inheritEnvironments": [ "msvc_arm64_x64" ], - "buildCommandArgs": "", - "buildRoot": "${workspaceRoot}\\Build\\${name}", - "cmakeCommandArgs": "", - "variables": [ - { - "name": "CMAKE_SYSTEM_NAME", - "value": "Windows" - }, - { - "name": "CMAKE_SYSTEM_PROCESSOR", - "value": "aarch64" - } - ] - } - ] -}
\ No newline at end of file |
