From 59debdf4f0f76222d69ad4f64c38f85f5d08313b 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 --- tdecore/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) (limited to 'tdecore') diff --git a/tdecore/CMakeLists.txt b/tdecore/CMakeLists.txt index 835ecd1d5..eed7dee58 100644 --- a/tdecore/CMakeLists.txt +++ b/tdecore/CMakeLists.txt @@ -145,6 +145,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} ) -- cgit v1.2.1