zeek/auxil/vcpkg/ports/xerces-c/vcpkg-cmake-wrapper.cmake
Patrick Kelley 8fd444092b initial
2025-05-07 15:35:15 -04:00

9 lines
325 B
CMake

_find_package(${ARGS})
if (APPLE)
if (TARGET XercesC::XercesC)
set_property(TARGET XercesC::XercesC APPEND PROPERTY INTERFACE_LINK_LIBRARIES "-framework CoreServices" "-framework CoreFoundation")
list(APPEND XercesC_LIBRARIES "-framework CoreServices" "-framework CoreFoundation")
endif()
endif()