aboutsummaryrefslogtreecommitdiffstats
path: root/src/CMakeLists.txt
diff options
context:
space:
mode:
authorJohannes Löthberg <johannes@kyriasis.com>2014-11-04 19:42:39 +0100
committerJohannes Löthberg <johannes@kyriasis.com>2014-11-04 19:42:39 +0100
commit3cf1fd2a97f5673b53bab691f8db97c844b999ba (patch)
treef82c5855e8df2a9ab171b26d7e26d270f4ad52ba /src/CMakeLists.txt
parent0a648d2db08a0182560096b435f67c60e3c9cbd5 (diff)
downloadyawa-3cf1fd2a97f5673b53bab691f8db97c844b999ba.tar.xz
Replace autotools with CMake
Diffstat (limited to 'src/CMakeLists.txt')
-rw-r--r--src/CMakeLists.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt
new file mode 100644
index 0000000..fdfdad0
--- /dev/null
+++ b/src/CMakeLists.txt
@@ -0,0 +1,3 @@
+add_executable(hsetroot hsetroot.c)
+target_link_libraries (hsetroot X11)
+target_link_libraries (hsetroot Imlib2)