From 310d0048c4b12dd585ef38c04db7a958ece13ad4 Mon Sep 17 00:00:00 2001 From: Pasha Bibko <156938226+PashaBibko@users.noreply.github.com> Date: Tue, 22 Jul 2025 17:59:47 +0100 Subject: [PATCH] I hate CMake --- .vs/launch.vs.json | 13 ------------- CMakeSettings.json | 12 ++++++++++++ 2 files changed, 12 insertions(+), 13 deletions(-) delete mode 100644 .vs/launch.vs.json diff --git a/.vs/launch.vs.json b/.vs/launch.vs.json deleted file mode 100644 index a200c1a..0000000 --- a/.vs/launch.vs.json +++ /dev/null @@ -1,13 +0,0 @@ -{ - "version": "0.2.1", - "defaults": {}, - "configurations": [ - { - "type": "default", - "project": "CMakeLists.txt", - "projectTarget": "LXC.exe (LXC\\LXC.exe)", - "currentDir": "${workspaceRoot}", - "name": "LXC.exe (LXC\\LXC.exe)" - } - ] -} \ No newline at end of file diff --git a/CMakeSettings.json b/CMakeSettings.json index 34bebaf..0b209e3 100644 --- a/CMakeSettings.json +++ b/CMakeSettings.json @@ -10,6 +10,18 @@ "cmakeCommandArgs": "", "buildCommandArgs": "", "ctestCommandArgs": "" + }, + { + "name": "x64-Release", + "generator": "Ninja", + "configurationType": "RelWithDebInfo", + "buildRoot": "${projectDir}\\out\\build\\${name}", + "installRoot": "${projectDir}\\out\\install\\${name}", + "cmakeCommandArgs": "", + "buildCommandArgs": "", + "ctestCommandArgs": "", + "inheritEnvironments": [ "msvc_x64_x64" ], + "variables": [] } ] } \ No newline at end of file