Enable targets for mingw-w64 cross-packaging in mingw-w64 CMake presets

This commit is contained in:
Martchus 2024-04-13 17:02:54 +02:00
parent a4c18017b7
commit 957c044e63
1 changed files with 2 additions and 1 deletions

View File

@ -173,7 +173,8 @@
},
"cacheVariables": {
"BUILD_SHARED_LIBS": {"type": "BOOL", "value": "ON"},
"VERSIONED_MINGW_LIBRARIES": {"type": "BOOL", "value": "ON"}
"VERSIONED_MINGW_LIBRARIES": {"type": "BOOL", "value": "ON"},
"ENABLE_TARGETS_FOR_MINGW_CROSS_PACKAGING": {"type": "BOOL", "value": "ON"}
}
},
{