mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 02:19:00 +08:00
24da7abf7f
The release variant of #37054, targeting the iOS simulator in release mode (in analogy to #36373).
8 lines
212 B
CMake
8 lines
212 B
CMake
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)
|