mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-27 19:01:48 +08:00
[vcpkg] Add static triplet for arm-windows (#18300)
This commit is contained in:
parent
098fd5af18
commit
bdc455256a
3
triplets/community/arm-windows-static.cmake
Normal file
3
triplets/community/arm-windows-static.cmake
Normal file
@ -0,0 +1,3 @@
|
||||
set(VCPKG_TARGET_ARCHITECTURE arm)
|
||||
set(VCPKG_CRT_LINKAGE static)
|
||||
set(VCPKG_LIBRARY_LINKAGE static)
|
Loading…
Reference in New Issue
Block a user