123456789101112131415161718 |
- --- tdelibs-20211106_fa49e53a/tdecore/CMakeLists.txt~ 2021-11-22 17:11:05.000000000 -0300
- +++ tdelibs-20211106_fa49e53a/tdecore/CMakeLists.txt 2021-11-22 18:52:05.135635451 -0300
- @@ -141,10 +141,10 @@
- SOURCES ${${target}_SRCS}
- VERSION 14.1.0
- EMBED tdecorenetwork-static
- - LINK DCOP-shared tdefx-shared ICE SM ${ZLIB_LIBRARIES}
- - LINK_PRIVATE ltdlc-static ${KDESVGICONS} ${XCOMPOSITE_LIBRARIES}
- - ${LIBIDN_LIBRARIES} ${LIBBFD_LIBRARIES} ${LIB_UTIL} ${GAMIN_LIBRARIES}
- - ${Backtrace_LIBRARY}
- + LINK ltdlc-static DCOP-shared tdefx-shared ICE SM ${ZLIB_LIBRARIES}
- + ${KDESVGICONS} ${XCOMPOSITE_LIBRARIES}
- + LINK_PRIVATE ${LIBIDN_LIBRARIES} ${LIBBFD_LIBRARIES} ${LIB_UTIL}
- + ${GAMIN_LIBRARIES} ${Backtrace_LIBRARY}
- DESTINATION ${LIB_INSTALL_DIR}
- )
-
|