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