From d22dfc95541769f6e7936daa3f38b08bc7cf985d Mon Sep 17 00:00:00 2001 From: obligaron Date: Sat, 4 Dec 2021 18:10:42 +0100 Subject: [PATCH] Add VS configuration for building SDL1 --- CMakeSettings.json | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/CMakeSettings.json b/CMakeSettings.json index e47c0fb4a..aa783fdc3 100644 --- a/CMakeSettings.json +++ b/CMakeSettings.json @@ -21,6 +21,17 @@ "cmakeCommandArgs": "-DRUN_TESTS=ON", "enableClangTidyCodeAnalysis": true }, + { + "name": "x64-Debug-SDL1", + "generator": "Ninja", + "configurationType": "Debug", + "buildRoot": "${workspaceRoot}\\build\\${name}", + "installRoot": "${env.USERPROFILE}\\CMakeBuilds\\${workspaceHash}\\install\\${name}", + "inheritEnvironments": [ "msvc_x64" ], + "intelliSenseMode": "windows-msvc-x64", + "cmakeCommandArgs": "-DUSE_SDL1=ON", + "enableClangTidyCodeAnalysis": true + }, { "name": "x64-Release", "generator": "Ninja", @@ -79,4 +90,4 @@ "variables": [] } ] -} \ No newline at end of file +}