From 55eb084c63b5bf3d6803aabd0f68178c29a630df Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sl=C3=A1vek=20Banko?= Date: Mon, 1 Jul 2019 14:13:08 +0200 Subject: [PATCH] cmake: Fix FTBFS on linking kstars. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Slávek Banko --- kstars/kstars/tools/CMakeLists.txt | 3 +++ 1 file changed, 3 insertions(+) diff --git a/kstars/kstars/tools/CMakeLists.txt b/kstars/kstars/tools/CMakeLists.txt index a326d42c..1e561ebc 100644 --- a/kstars/kstars/tools/CMakeLists.txt +++ b/kstars/kstars/tools/CMakeLists.txt @@ -58,4 +58,7 @@ tde_add_library( kstarstools STATIC AUTOMOC modcalcplanets.cpp modcalceclipticcoords.cpp modcalcangdist.cpp observinglist.cpp modcalcvlsr.cpp obslistwizard.cpp + + LINK + tdeeduplot-shared )