From 0ac62424d2a83ca98d6e277d82e8bc09244f9f62 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: 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) --- kdecore/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/kdecore/CMakeLists.txt b/kdecore/CMakeLists.txt index a0563313d..025c7206f 100644 --- a/kdecore/CMakeLists.txt +++ b/kdecore/CMakeLists.txt @@ -132,6 +132,7 @@ tde_add_library( ${target} SHARED AUTOMOC LINK DCOP-shared kdefx-shared ICE SM ${ZLIB_LIBRARIES} LINK_PRIVATE ltdlc-static ${KDESVGICONS} ${XCOMPOSITE_LIBRARIES} ${LIBIDN_LIBRARIES} ${LIBBFD_LIBRARIES} ${LIB_UTIL} + ${Backtrace_LIBRARY} DESTINATION ${LIB_INSTALL_DIR} ) -- cgit v1.2.3