this repo has no description
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

Reexport CoreGraphics from ApplicationServices

+2 -1
+2 -1
src/ApplicationServices/CMakeLists.txt
··· 10 10 DEPENDENCIES 11 11 system CoreServices 12 12 LINK_FLAGS 13 - " -Wl,-reexport_library,${CMAKE_BINARY_DIR}/src/CoreServices/CoreServices" 13 + " -Wl,-reexport_library,${CMAKE_BINARY_DIR}/src/CoreServices/CoreServices \ 14 + -Wl,-reexport_library,${CMAKE_BINARY_DIR}/src/external/cocotron/CoreGraphics/CoreGraphics" 14 15 )