vcpkg/ports/xerces-c/vcpkg-cmake-wrapper.cmake
Kai Pastor 688ece7142
[xerces-c] Update to 3.2.4 (#28928)
* [xerces-c] Update to 3.2.4

* Modernize, cleanup

* Update versions
2023-01-16 12:41:27 -08: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()