mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-25 21:21:16 +08:00
9 lines
337 B
CMake
9 lines
337 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" curl)
|
||
|
list(APPEND XercesC_LIBRARIES "-framework CoreServices" "-framework CoreFoundation" curl)
|
||
|
endif()
|
||
|
endif()
|