mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 00:08:59 +08:00
[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:
parent
e8df4d756f
commit
24da7abf7f
7
triplets/community/arm64-ios-simulator-release.cmake
Normal file
7
triplets/community/arm64-ios-simulator-release.cmake
Normal 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)
|
Loading…
Reference in New Issue
Block a user