[community triplet] Add arm64-ios-simulator-release triplet (#37055)

The release variant of #37054, targeting the iOS simulator in release
mode (in analogy to #36373).
This commit is contained in:
fwcd 2024-03-08 08:20:12 +01:00 committed by GitHub
parent e8df4d756f
commit 24da7abf7f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -0,0 +1,7 @@
set(VCPKG_TARGET_ARCHITECTURE arm64)
set(VCPKG_CRT_LINKAGE dynamic)
set(VCPKG_LIBRARY_LINKAGE static)
set(VCPKG_CMAKE_SYSTEM_NAME iOS)
set(VCPKG_OSX_SYSROOT iphonesimulator)
set(VCPKG_BUILD_TYPE release)