this repo has no description
1
fork

Configure Feed

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

Make CG a dependency of ApplicationServices

This will fix the build

+2
+2
src/ApplicationServices/CMakeLists.txt
··· 13 13 " -Wl,-reexport_library,${CMAKE_BINARY_DIR}/src/CoreServices/CoreServices \ 14 14 -Wl,-reexport_library,${CMAKE_BINARY_DIR}/src/external/cocotron/CoreGraphics/CoreGraphics" 15 15 ) 16 + 17 + add_dependencies(ApplicationServices CoreServices CoreGraphics)