aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--triplets/community/arm-windows-static.cmake3
1 files changed, 3 insertions, 0 deletions
diff --git a/triplets/community/arm-windows-static.cmake b/triplets/community/arm-windows-static.cmake
new file mode 100644
index 000000000..9ba5feed7
--- /dev/null
+++ b/triplets/community/arm-windows-static.cmake
@@ -0,0 +1,3 @@
+set(VCPKG_TARGET_ARCHITECTURE arm)
+set(VCPKG_CRT_LINKAGE static)
+set(VCPKG_LIBRARY_LINKAGE static)