mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 16:28:59 +08:00
688ece7142
* [xerces-c] Update to 3.2.4 * Modernize, cleanup * Update versions
9 lines
325 B
CMake
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()
|