aboutsummaryrefslogtreecommitdiff
path: root/triplets
diff options
context:
space:
mode:
Diffstat (limited to 'triplets')
-rw-r--r--triplets/community/x64-windows-static-md.cmake3
-rw-r--r--triplets/community/x86-windows-static-md.cmake3
2 files changed, 6 insertions, 0 deletions
diff --git a/triplets/community/x64-windows-static-md.cmake b/triplets/community/x64-windows-static-md.cmake
new file mode 100644
index 000000000..d7acd46a4
--- /dev/null
+++ b/triplets/community/x64-windows-static-md.cmake
@@ -0,0 +1,3 @@
+set(VCPKG_TARGET_ARCHITECTURE x64)
+set(VCPKG_CRT_LINKAGE dynamic)
+set(VCPKG_LIBRARY_LINKAGE static)
diff --git a/triplets/community/x86-windows-static-md.cmake b/triplets/community/x86-windows-static-md.cmake
new file mode 100644
index 000000000..22abeaf2d
--- /dev/null
+++ b/triplets/community/x86-windows-static-md.cmake
@@ -0,0 +1,3 @@
+set(VCPKG_TARGET_ARCHITECTURE x86)
+set(VCPKG_CRT_LINKAGE dynamic)
+set(VCPKG_LIBRARY_LINKAGE static)