summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorgregory guy <g-gregory@gmx.fr>2019-01-12 16:52:26 +0100
committerSlávek Banko <slavek.banko@axis.cz>2019-01-12 17:36:57 +0100
commit0e91f9e91b851788bf7d00a95806c904e1f771ca (patch)
tree8057917e1269fcd709fd46da776e232953aa9ce2 /src
parentfed195cae2cb376b3205e176f7a61c401bf00ace (diff)
downloadtdeio-sword-0e91f9e91b851788bf7d00a95806c904e1f771ca.tar.gz
tdeio-sword-0e91f9e91b851788bf7d00a95806c904e1f771ca.zip
remove unnecessaries in the search for the sword library and correct src/CMakeLists.txt accordingly
Signed-off-by: gregory guy <g-gregory@gmx.fr> (cherry picked from commit 4a978d158dfda21298c91d76358127dd2cc3ee98)
Diffstat (limited to 'src')
-rw-r--r--src/CMakeLists.txt4
1 files changed, 2 insertions, 2 deletions
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}
)