aboutsummaryrefslogtreecommitdiff
path: root/triplets/community/x64-openbsd.cmake
blob: 9aa220a743f1c7435ecad0d794235157035f2f7b (plain)
1
2
3
4
5
6
7
8
# Use with
#  VCPKG_FORCE_SYSTEM_BINARIES=1 ./vcpkg install brotli

set(VCPKG_TARGET_ARCHITECTURE x64)
set(VCPKG_CRT_LINKAGE dynamic)
set(VCPKG_LIBRARY_LINKAGE static)

set(VCPKG_CMAKE_SYSTEM_NAME OpenBSD)