early-access version 2853
This commit is contained in:
8
externals/vcpkg/ports/xerces-c/vcpkg-cmake-wrapper.cmake
vendored
Executable file
8
externals/vcpkg/ports/xerces-c/vcpkg-cmake-wrapper.cmake
vendored
Executable file
@@ -0,0 +1,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()
|
||||
Reference in New Issue
Block a user