aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.gitignore1
-rw-r--r--triplets/community/arm64-windows-static.cmake4
2 files changed, 5 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index 43f63c0df..4f8ebfec6 100644
--- a/.gitignore
+++ b/.gitignore
@@ -295,6 +295,7 @@ __pycache__/
#add vcpkg-designed triplets back in
!triplets/community/arm64-mingw.cmake
!triplets/community/arm64-uwp.cmake
+!triplets/community/arm64-windows-static.cmake
!triplets/community/arm-mingw.cmake
!triplets/community/arm-windows.cmake
!triplets/community/x64-mingw.cmake
diff --git a/triplets/community/arm64-windows-static.cmake b/triplets/community/arm64-windows-static.cmake
new file mode 100644
index 000000000..34c53f0a2
--- /dev/null
+++ b/triplets/community/arm64-windows-static.cmake
@@ -0,0 +1,4 @@
+set(VCPKG_TARGET_ARCHITECTURE arm64)
+set(VCPKG_CRT_LINKAGE static)
+set(VCPKG_LIBRARY_LINKAGE static)
+