mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 04:19:08 +08:00
[triplets] Initial support of FreeBSD x86 platform (#16590)
This commit is contained in:
parent
2797033a86
commit
8d0e999927
6
triplets/community/x86-freebsd.cmake
Normal file
6
triplets/community/x86-freebsd.cmake
Normal 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)
|
||||
|
Loading…
Reference in New Issue
Block a user