aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/triplets/community/x64-mingw-dynamic.cmake
diff options
context:
space:
mode:
Diffstat (limited to 'vcpkg/triplets/community/x64-mingw-dynamic.cmake')
-rw-r--r--vcpkg/triplets/community/x64-mingw-dynamic.cmake7
1 files changed, 7 insertions, 0 deletions
diff --git a/vcpkg/triplets/community/x64-mingw-dynamic.cmake b/vcpkg/triplets/community/x64-mingw-dynamic.cmake
new file mode 100644
index 0000000..1f132cf
--- /dev/null
+++ b/vcpkg/triplets/community/x64-mingw-dynamic.cmake
@@ -0,0 +1,7 @@
+set(VCPKG_TARGET_ARCHITECTURE x64)
+set(VCPKG_CRT_LINKAGE dynamic)
+set(VCPKG_LIBRARY_LINKAGE dynamic)
+set(VCPKG_ENV_PASSTHROUGH PATH)
+
+set(VCPKG_CMAKE_SYSTEM_NAME MinGW)
+set(VCPKG_POLICY_DLLS_WITHOUT_LIBS enabled)