[triplets] Initial support of FreeBSD x86 platform (#16590)

This commit is contained in:
Arves100 2021-03-18 20:10:55 +00:00 committed by GitHub
parent 2797033a86
commit 8d0e999927
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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