Add arm64-ios-release triplet (#36373)

This commit is contained in:
fwcd 2024-02-02 00:01:07 +01:00 committed by GitHub
parent af8f7ee870
commit 7638046e30
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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