mirror of
https://github.com/microsoft/vcpkg.git
synced 2026-01-18 01:11:23 +01:00
triplets: Add an arm64 FreeBSD triplet (#47045)
This commit is contained in:
6
triplets/community/arm64-freebsd.cmake
Normal file
6
triplets/community/arm64-freebsd.cmake
Normal file
@@ -0,0 +1,6 @@
|
||||
set(VCPKG_TARGET_ARCHITECTURE arm64)
|
||||
set(VCPKG_CRT_LINKAGE dynamic)
|
||||
set(VCPKG_LIBRARY_LINKAGE static)
|
||||
|
||||
set(VCPKG_CMAKE_SYSTEM_NAME FreeBSD)
|
||||
|
||||
Reference in New Issue
Block a user