aboutsummaryrefslogtreecommitdiff
path: root/triplets
diff options
context:
space:
mode:
Diffstat (limited to 'triplets')
-rw-r--r--triplets/community/x64-osx-dynamic.cmake5
1 files changed, 5 insertions, 0 deletions
diff --git a/triplets/community/x64-osx-dynamic.cmake b/triplets/community/x64-osx-dynamic.cmake
new file mode 100644
index 000000000..455a3ad55
--- /dev/null
+++ b/triplets/community/x64-osx-dynamic.cmake
@@ -0,0 +1,5 @@
+set(VCPKG_TARGET_ARCHITECTURE x64)
+set(VCPKG_CRT_LINKAGE dynamic)
+set(VCPKG_LIBRARY_LINKAGE dynamic)
+
+set(VCPKG_CMAKE_SYSTEM_NAME Darwin) \ No newline at end of file