diff options
Diffstat (limited to 'src/CMakeLists.txt')
-rw-r--r-- | src/CMakeLists.txt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index 220fe55..0935337 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -27,9 +27,10 @@ tde_add_executable( ${PROJECT_NAME} AUTOMOC tdecore-shared tdeui-shared tdeio-shared + ${TDEHW_LIBRARIES} ${LIBTDELDAP_LIBRARIES} ${KRB5_LIBRARIES} - + DESTINATION ${BIN_INSTALL_DIR} ) |