[vcpkg] Initial support of FreeBSD x64 platform (#17948)

This commit is contained in:
cnbatch
2021-05-19 06:24:57 +08:00
committed by GitHub
parent f5b1b96dda
commit 735d936ff4

View File

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