From 08c2252bdad460d457234e5810fe912fc8d2364e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sl=C3=A1vek=20Banko?= Date: Mon, 17 Aug 2020 14:52:53 +0200 Subject: [PATCH] Link external library for backtrace in tdecore. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Slávek Banko (cherry picked from commit 59debdf4f0f76222d69ad4f64c38f85f5d08313b) --- tdecore/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/tdecore/CMakeLists.txt b/tdecore/CMakeLists.txt index 71770c657..7fc95bc3d 100644 --- a/tdecore/CMakeLists.txt +++ b/tdecore/CMakeLists.txt @@ -144,6 +144,7 @@ tde_add_library( ${target} SHARED AUTOMOC 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} DESTINATION ${LIB_INSTALL_DIR} )