summaryrefslogtreecommitdiff
path: root/CMakeLists.txt
blob: 567d7294c4970b06b66e2218ac0382046460996e (plain)
1
2
3
4
5
6
cmake_minimum_required(VERSION 3.10)
project(xsetroot-daemon)

add_executable(xsetrootd init.c)

target_link_libraries(xsetrootd -lX11)