aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/triplets/x64-osx.cmake
diff options
context:
space:
mode:
Diffstat (limited to 'vcpkg/triplets/x64-osx.cmake')
-rw-r--r--vcpkg/triplets/x64-osx.cmake7
1 files changed, 7 insertions, 0 deletions
diff --git a/vcpkg/triplets/x64-osx.cmake b/vcpkg/triplets/x64-osx.cmake
new file mode 100644
index 0000000..3867590
--- /dev/null
+++ b/vcpkg/triplets/x64-osx.cmake
@@ -0,0 +1,7 @@
+set(VCPKG_TARGET_ARCHITECTURE x64)
+set(VCPKG_CRT_LINKAGE dynamic)
+set(VCPKG_LIBRARY_LINKAGE static)
+
+set(VCPKG_CMAKE_SYSTEM_NAME Darwin)
+set(VCPKG_OSX_ARCHITECTURES x86_64)
+