aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavide Beatrici <git@davidebeatrici.dev>2021-03-18 21:20:10 +0100
committerGitHub <noreply@github.com>2021-03-18 13:20:10 -0700
commit4987faf90df0bb88d8495177162873d75c1decde (patch)
tree37340bbec8b3aadebb5e9b2c90c72f20c8acd179
parent1eca0d23cda1fc86748278ab4c244c531325570d (diff)
downloadvcpkg-4987faf90df0bb88d8495177162873d75c1decde.tar.gz
vcpkg-4987faf90df0bb88d8495177162873d75c1decde.zip
[vcpkg] Add "arm64-windows-static-md" triplet (#16761)
Just like x64-windows-static-md, but for ARM64.
-rw-r--r--triplets/community/arm64-windows-static-md.cmake3
1 files changed, 3 insertions, 0 deletions
diff --git a/triplets/community/arm64-windows-static-md.cmake b/triplets/community/arm64-windows-static-md.cmake
new file mode 100644
index 000000000..f798113e1
--- /dev/null
+++ b/triplets/community/arm64-windows-static-md.cmake
@@ -0,0 +1,3 @@
+set(VCPKG_TARGET_ARCHITECTURE arm64)
+set(VCPKG_CRT_LINKAGE dynamic)
+set(VCPKG_LIBRARY_LINKAGE static)