summaryrefslogtreecommitdiffstats
path: root/tdeinit/CMakeLists.txt
diff options
context:
space:
mode:
authorSlávek Banko <slavek.banko@axis.cz>2015-06-14 03:42:08 +0200
committerSlávek Banko <slavek.banko@axis.cz>2015-06-14 03:42:08 +0200
commit14243cc8ead795531e47954763cc8b1bec94a092 (patch)
treee8eb32bf77f79ee8b2e77d6044911b4b0e669463 /tdeinit/CMakeLists.txt
parentf17c618004e799eb1ae9dc35907a7b9431968ba2 (diff)
downloadtdelibs-14243cc8ead795531e47954763cc8b1bec94a092.tar.gz
tdelibs-14243cc8ead795531e47954763cc8b1bec94a092.zip
Fix detection for option TDEINIT_USE_XFT with CMake build
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
Diffstat (limited to 'tdeinit/CMakeLists.txt')
-rw-r--r--tdeinit/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/tdeinit/CMakeLists.txt b/tdeinit/CMakeLists.txt
index f4124e5d3..346bfa20e 100644
--- a/tdeinit/CMakeLists.txt
+++ b/tdeinit/CMakeLists.txt
@@ -40,7 +40,7 @@ set( ${target}_SRCS
tde_add_executable( ${target}
SOURCES ${${target}_SRCS}
- LINK ltdlc-static tdeparts-shared
+ LINK ltdlc-static tdeparts-shared ${XFT_LIBRARIES}
DESTINATION ${BIN_INSTALL_DIR}
)