From 4a978d158dfda21298c91d76358127dd2cc3ee98 Mon Sep 17 00:00:00 2001 From: gregory guy Date: Sat, 12 Jan 2019 16:52:26 +0100 Subject: remove unnecessaries in the search for the sword library and correct src/CMakeLists.txt accordingly Signed-off-by: gregory guy --- src/CMakeLists.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src') diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index 1697ec1..8e170cb 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -7,7 +7,7 @@ include_directories( ${CMAKE_CURRENT_SOURCE_DIR} ${TDE_INCLUDE_DIR} ${TQT_INCLUDE_DIRS} - ${LIBSWORD_INCLUDE_DIR} + ${LIBSWORD_INCLUDE_DIRS} ) link_directories( @@ -35,7 +35,7 @@ tde_add_kpart( tdeio_sword AUTOMOC LINK tdecore-shared tdeio-shared - ${LIBSWORD_LIBRARY} + ${LIBSWORD_LIBRARIES} DESTINATION ${PLUGIN_INSTALL_DIR} ) -- cgit v1.2.3