Skip to content

Commit

Permalink
[community triplet] Add arm64-ios-simulator-release triplet (#37055)
Browse files Browse the repository at this point in the history
The release variant of #37054, targeting the iOS simulator in release
mode (in analogy to #36373).
  • Loading branch information
fwcd authored Mar 8, 2024
1 parent e8df4d7 commit 24da7ab
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions triplets/community/arm64-ios-simulator-release.cmake
Original file line number Diff line number Diff line change
@@ -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)

0 comments on commit 24da7ab

Please sign in to comment.