From 405dfcd49f65cc16c8d120f5a28257e82a729ef9 Mon Sep 17 00:00:00 2001 From: fadhil riyanto Date: Sat, 17 Aug 2024 17:25:30 +0700 Subject: add X11 include and data struct Signed-off-by: fadhil riyanto --- CMakeLists.txt | 2 ++ 1 file changed, 2 insertions(+) (limited to 'CMakeLists.txt') diff --git a/CMakeLists.txt b/CMakeLists.txt index ba1915f..567d729 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -2,3 +2,5 @@ cmake_minimum_required(VERSION 3.10) project(xsetroot-daemon) add_executable(xsetrootd init.c) + +target_link_libraries(xsetrootd -lX11) \ No newline at end of file -- cgit v1.2.3