blob: 6704b83d56905e6a3075b4102cd17c920d2730f0 (
plain)
1
2
3
4
5
6
7
8
|
_find_package(${ARGS})
if (APPLE)
if (TARGET XercesC::XercesC)
set_property(TARGET XercesC::XercesC APPEND PROPERTY INTERFACE_LINK_LIBRARIES "-framework CoreServices" "-framework CoreFoundation" curl)
list(APPEND XercesC_LIBRARIES "-framework CoreServices" "-framework CoreFoundation" curl)
endif()
endif()
|