pineapple/externals/vcpkg/ports/xerces-c/vcpkg-cmake-wrapper.cmake
2022-07-23 03:01:36 +02:00

8 lines
337 B
CMake
Executable file

_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()