diff options
author | aneejit1 <aneejit1@gmail.com> | 2020-06-25 23:00:07 +0000 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2020-06-26 10:58:20 +0900 |
commit | 7b472c681ee68fede28d8d673a3589ab99ff376b (patch) | |
tree | 2bf32b72a6508eb48245cfb98e6fd1791f3a8e76 | |
parent | 1b31eae265fb38bf9cb2d42a58a92ded8e95d7d7 (diff) | |
download | kdbusnotification-7b472c681ee68fede28d8d673a3589ab99ff376b.tar.gz kdbusnotification-7b472c681ee68fede28d8d673a3589ab99ff376b.zip |
Add missing library paths to link_directories
Signed-off-by: aneejit1 <aneejit1@gmail.com>
(cherry picked from commit e2e4bcb3658543e2de62c77378f5bf95e1c7c17f)
-rw-r--r-- | src/daemon/CMakeLists.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/daemon/CMakeLists.txt b/src/daemon/CMakeLists.txt index b1119c8..df78e8a 100644 --- a/src/daemon/CMakeLists.txt +++ b/src/daemon/CMakeLists.txt @@ -13,6 +13,10 @@ include_directories( link_directories( ${TQT_LIBRARY_DIRS} ${TDE_LIB_DIR} + ${DBUS_LIBRARY_DIRS} + ${DBUS-GLIB_LIBRARY_DIRS} + ${GLIB2_LIBRARY_DIRS} + ${GTK2_LIBRARY_DIRS} ) |