aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/triplets/community/arm64-uwp-static-md.cmake
diff options
context:
space:
mode:
Diffstat (limited to 'vcpkg/triplets/community/arm64-uwp-static-md.cmake')
-rw-r--r--vcpkg/triplets/community/arm64-uwp-static-md.cmake5
1 files changed, 5 insertions, 0 deletions
diff --git a/vcpkg/triplets/community/arm64-uwp-static-md.cmake b/vcpkg/triplets/community/arm64-uwp-static-md.cmake
new file mode 100644
index 0000000..c99b9e6
--- /dev/null
+++ b/vcpkg/triplets/community/arm64-uwp-static-md.cmake
@@ -0,0 +1,5 @@
+set(VCPKG_TARGET_ARCHITECTURE arm64)
+set(VCPKG_CRT_LINKAGE dynamic)
+set(VCPKG_LIBRARY_LINKAGE static)
+set(VCPKG_CMAKE_SYSTEM_NAME WindowsStore)
+set(VCPKG_CMAKE_SYSTEM_VERSION 10.0)