[vcpkg] Add x86 Linux community triplet (#28943)

This commit is contained in:
Darryl Pogue 2023-01-16 12:49:11 -08:00 committed by GitHub
parent 21928dcd82
commit f621eb0906
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -0,0 +1,5 @@
set(VCPKG_TARGET_ARCHITECTURE x86)
set(VCPKG_CRT_LINKAGE dynamic)
set(VCPKG_LIBRARY_LINKAGE static)
set(VCPKG_CMAKE_SYSTEM_NAME Linux)