[vcpkg] Add static triplet for arm-windows (#18300)

This commit is contained in:
Richard Yu 2021-07-01 04:16:16 +08:00 committed by GitHub
parent 098fd5af18
commit bdc455256a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -0,0 +1,3 @@
set(VCPKG_TARGET_ARCHITECTURE arm)
set(VCPKG_CRT_LINKAGE static)
set(VCPKG_LIBRARY_LINKAGE static)