Skip to content

Commit

Permalink
[vcpkg] Initial support of FreeBSD x64 platform (#17948)
Browse files Browse the repository at this point in the history
  • Loading branch information
cnbatch authored May 18, 2021
1 parent f5b1b96 commit 735d936
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions triplets/community/x64-freebsd.cmake
Original file line number Diff line number Diff line change
@@ -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)

0 comments on commit 735d936

Please sign in to comment.