From f29f8dbfda2d779cf89872944177af83740255af Mon Sep 17 00:00:00 2001 From: ephphatha Date: Sun, 20 Mar 2022 17:11:33 +1100 Subject: [PATCH] Create config for building translations in visual studio --- CMakeSettings.json | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/CMakeSettings.json b/CMakeSettings.json index 1f8447ce5..61083f8cd 100644 --- a/CMakeSettings.json +++ b/CMakeSettings.json @@ -17,6 +17,28 @@ } ] }, + { + "name": "x64-Debug-Translations", + "generator": "Ninja", + "configurationType": "Debug", + "buildRoot": "${workspaceRoot}\\build\\${name}", + "installRoot": "${env.USERPROFILE}\\CMakeBuilds\\${workspaceHash}\\install\\${name}", + "inheritEnvironments": [ "msvc_x64" ], + "intelliSenseMode": "windows-msvc-x64", + "enableClangTidyCodeAnalysis": true, + "variables": [ + { + "name": "DISCORD_INTEGRATION", + "value": "True", + "type": "BOOL" + }, + { + "name": "USE_GETTEXT_FROM_VCPKG", + "value": "True", + "type": "BOOL" + } + ] + }, { "name": "x64-Debug-SDL1", "generator": "Ninja",