mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-25 03:49:00 +08:00
aa6f70b665
* [triplets][osx] add support for arm64 'apple silicon' * [osx] moving to community for now * [osx][triplets] make sure to update .gitignore as well
6 lines
139 B
CMake
6 lines
139 B
CMake
set(VCPKG_TARGET_ARCHITECTURE arm64)
|
|
set(VCPKG_CRT_LINKAGE dynamic)
|
|
set(VCPKG_LIBRARY_LINKAGE static)
|
|
|
|
set(VCPKG_CMAKE_SYSTEM_NAME Darwin)
|