aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard Yu <yurichard3839@gmail.com>2021-07-01 04:16:16 +0800
committerGitHub <noreply@github.com>2021-06-30 13:16:16 -0700
commitbdc455256a1cdd995ed372b4afdfcf583f03802e (patch)
tree8903d535d8eec015a0a74ab271c15e745f493ac7
parent098fd5af185ba4ab082f27646de09fa63cf5eb50 (diff)
downloadvcpkg-bdc455256a1cdd995ed372b4afdfcf583f03802e.tar.gz
vcpkg-bdc455256a1cdd995ed372b4afdfcf583f03802e.zip
[vcpkg] Add static triplet for arm-windows (#18300)
-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)