this repo has no description
1
fork

Configure Feed

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

Improve portability

+2 -2
+2 -2
src/ApplicationServices/CMakeLists.txt
··· 7 7 8 8 SET(CMAKE_INSTALL_RPATH "${CMAKE_INSTALL_PREFIX}/${CMAKE_INSTALL_LIBDIR}/darling") 9 9 #SET(CMAKE_EXE_LINKER_FLAGS "-Wl,--enable-new-dtags") 10 - SET(CMAKE_BUILD_WITH_INSTALL_RPATH TRUE) 10 + SET(CMAKE_BUILD_WITH_INSTALL_RPATH TRUE) 11 11 SET(CMAKE_INSTALL_RPATH_USE_LINK_PATH TRUE) 12 12 13 13 add_library(ApplicationServices SHARED $<TARGET_OBJECTS:coregraphics>) 14 - target_link_libraries(ApplicationServices system CoreServices lcms png12 gif tiff jpeg X11 Xext Xrender fontconfig cairo) 14 + target_link_libraries(ApplicationServices system CoreServices lcms png gif tiff jpeg X11 Xext Xrender fontconfig cairo) 15 15 16 16 install(TARGETS ApplicationServices DESTINATION "${CMAKE_INSTALL_LIBDIR}/darling") 17 17