Browse Source

Create config for building translations in visual studio

pull/4207/head
ephphatha 4 years ago committed by Anders Jenbo
parent
commit
f29f8dbfda
  1. 22
      CMakeSettings.json

22
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",

Loading…
Cancel
Save