8
0
mirror of https://github.com/FirebirdSQL/firebird.git synced 2025-01-23 00:03:02 +01:00
firebird-mirror/vcpkg-custom/triplets/fb-x64-osx.cmake

11 lines
245 B
CMake
Raw Normal View History

set(VCPKG_TARGET_ARCHITECTURE x64)
set(VCPKG_CRT_LINKAGE dynamic)
set(VCPKG_LIBRARY_LINKAGE static)
set(VCPKG_CMAKE_SYSTEM_NAME Darwin)
set(VCPKG_OSX_ARCHITECTURES x86_64)
if(PORT STREQUAL "icu")
set(VCPKG_LIBRARY_LINKAGE dynamic)
endif()