Make UWP dependencies self contained

This commit is contained in:
Caorthann
2026-08-04 12:31:47 +01:00
parent dacd9abe73
commit 3b490bc42f
133 changed files with 57038 additions and 237 deletions
+3 -11
View File
@@ -8,28 +8,20 @@
"architecture": "x64",
"cacheVariables": {
"CMAKE_SYSTEM_NAME": "WindowsStore",
"CMAKE_SYSTEM_VERSION": "10.0",
"CMAKE_TOOLCHAIN_FILE": "$env{VCPKG_ROOT}/scripts/buildsystems/vcpkg.cmake",
"VCPKG_TARGET_TRIPLET": "x64-uwp"
"CMAKE_SYSTEM_VERSION": "10.0"
}
},
{
"name": "uwp-relwithdebinfo",
"inherits": "uwp-common",
"displayName": "Gen1Recomp Xbox UWP (RelWithDebInfo)",
"binaryDir": "${sourceDir}/build/relwithdebinfo",
"cacheVariables": {
"LOVE_CONFIG": "RelWithDebInfo"
}
"binaryDir": "${sourceDir}/build/relwithdebinfo"
},
{
"name": "uwp-release",
"inherits": "uwp-common",
"displayName": "Gen1Recomp Xbox UWP (Release)",
"binaryDir": "${sourceDir}/build/release",
"cacheVariables": {
"LOVE_CONFIG": "Release"
}
"binaryDir": "${sourceDir}/build/release"
}
],
"buildPresets": [