summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authoraneejit1 <aneejit1@gmail.com>2020-06-25 23:00:07 +0000
committeraneejit1 <aneejit1@gmail.com>2020-06-25 23:00:07 +0000
commite2e4bcb3658543e2de62c77378f5bf95e1c7c17f (patch)
tree68f09c70f487501fbf734c9e79c7188293f16b20
parentd9f5540cf597646d1d321e01e0b8435398fccb76 (diff)
downloadkdbusnotification-e2e4bcb3658543e2de62c77378f5bf95e1c7c17f.tar.gz
kdbusnotification-e2e4bcb3658543e2de62c77378f5bf95e1c7c17f.zip
Add missing library paths to link_directories
Signed-off-by: aneejit1 <aneejit1@gmail.com>
-rw-r--r--src/daemon/CMakeLists.txt4
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}
)