From 69e75e6e398fc602e80f5de21d2c120e0703dd94 Mon Sep 17 00:00:00 2001 From: fadhil riyanto Date: Sun, 18 Aug 2024 10:26:51 +0700 Subject: add libnotify Signed-off-by: fadhil riyanto --- CMakeLists.txt | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CMakeLists.txt b/CMakeLists.txt index 5b82536..f934e75 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -4,6 +4,9 @@ project(xsetroot-daemon) add_executable(xsetrootd init.c) target_link_libraries(xsetrootd -lX11) +include_directories(xsetrootd PRIVATE /usr/include/glib-2.0/ /usr/lib/glib-2.0/include/ /usr/include/gdk-pixbuf-2.0/) +target_link_libraries(xsetrootd -lnotify) + add_executable(test_notify notify.c) include_directories(test_notify PRIVATE /usr/include/glib-2.0/ /usr/lib/glib-2.0/include/ /usr/include/gdk-pixbuf-2.0/) -- cgit v1.2.3