From bdc455256a1cdd995ed372b4afdfcf583f03802e Mon Sep 17 00:00:00 2001 From: Richard Yu Date: Thu, 1 Jul 2021 04:16:16 +0800 Subject: [vcpkg] Add static triplet for arm-windows (#18300) --- 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 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) -- cgit v1.2.3