From 91fc9555abdfd455096b61b350d57ec79943b220 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sl=C3=A1vek=20Banko?= Date: Sat, 23 Jan 2021 02:24:29 +0100 Subject: cmake: Simplify 'skel' and 'stub' generation for kspeech and kspeechlink as well as their subsequent linking. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Slávek Banko --- ksayit/KTTSD_Lib/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ksayit') diff --git a/ksayit/KTTSD_Lib/CMakeLists.txt b/ksayit/KTTSD_Lib/CMakeLists.txt index 6f3f318..511c22d 100644 --- a/ksayit/KTTSD_Lib/CMakeLists.txt +++ b/ksayit/KTTSD_Lib/CMakeLists.txt @@ -26,7 +26,7 @@ tde_add_library( KTTSD_Lib SHARED AUTOMOC LINK tdeui-shared tdecore-shared - DUMMY_kspeech_lib-static + kspeech_stub-static VERSION 0.0.1 -- cgit v1.2.1