From 638f075d4ed92b72a9cfbdc20a149652cdf5c825 Mon Sep 17 00:00:00 2001 From: Richard Yu Date: Mon, 7 Jun 2021 06:22:54 +0800 Subject: [PATCH] [vcpkg] Add static triplet for arm-windows --- triplets/community/arm-windows-static.cmake | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 triplets/community/arm-windows-static.cmake diff --git a/triplets/community/arm-windows-static.cmake b/triplets/community/arm-windows-static.cmake new file mode 100644 index 00000000000000..9ba5feed79f78d --- /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)