From e2e4bcb3658543e2de62c77378f5bf95e1c7c17f Mon Sep 17 00:00:00 2001 From: aneejit1 Date: Thu, 25 Jun 2020 23:00:07 +0000 Subject: Add missing library paths to link_directories Signed-off-by: aneejit1 --- src/daemon/CMakeLists.txt | 4 ++++ 1 file changed, 4 insertions(+) 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} ) -- cgit v1.2.1