From 3d52a9d2a007afa96472ea2a1175314a5cc04349 Mon Sep 17 00:00:00 2001
From: Joscha Schmiedt <schmiedt@uni-bremen.de>
Date: Tue, 14 May 2024 20:57:31 +0200
Subject: [PATCH] Add x64-Release config to VS's CmakeSettings.json

---
 CMakeSettings.json | 12 ++++++++++++
 1 file changed, 12 insertions(+)

diff --git a/CMakeSettings.json b/CMakeSettings.json
index 91a975a..09da9d3 100644
--- a/CMakeSettings.json
+++ b/CMakeSettings.json
@@ -10,6 +10,18 @@
       "cmakeCommandArgs": "",
       "buildCommandArgs": "",
       "ctestCommandArgs": ""
+    },
+    {
+      "name": "x64-Release",
+      "generator": "Ninja",
+      "configurationType": "RelWithDebInfo",
+      "buildRoot": "${projectDir}\\build",
+      "installRoot": "${projectDir}\\out\\install\\${name}",
+      "cmakeCommandArgs": "",
+      "buildCommandArgs": "",
+      "ctestCommandArgs": "",
+      "inheritEnvironments": [ "msvc_x64_x64" ],
+      "variables": []
     }
   ]
 }
\ No newline at end of file
-- 
GitLab