Merge pull request #78 from majcosta/pr_fix_cmake_and_preset_for_vs2019

Make cmake build and preset work with the version bundled with VS2019
This commit is contained in:
Kitty
2023-01-15 23:06:19 +01:00
committed by GitHub
2 changed files with 2 additions and 1 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
cmake_minimum_required(VERSION 3.24)
cmake_minimum_required(VERSION 3.20)
project(ja2)
+1
View File
@@ -5,6 +5,7 @@
"name": "default",
"hidden": true,
"generator": "Ninja",
"binaryDir": "${sourceDir}/out/build/${presetName}",
"cacheVariables": {
"Languages": "CHINESE;DUTCH;ENGLISH;FRENCH;GERMAN;ITALIAN;POLISH;RUSSIAN",
"Applications": "JA2;JA2MAPEDITOR;JA2UB;JA2UBMAPEDITOR",