summaryrefslogtreecommitdiffstats
path: root/swaybg
diff options
context:
space:
mode:
Diffstat (limited to 'swaybg')
-rw-r--r--swaybg/CMakeLists.txt3
1 files changed, 2 insertions, 1 deletions
diff --git a/swaybg/CMakeLists.txt b/swaybg/CMakeLists.txt
index 1ad43324..8da31faa 100644
--- a/swaybg/CMakeLists.txt
+++ b/swaybg/CMakeLists.txt
@@ -14,6 +14,7 @@ include_directories(
14) 14)
15 15
16FILE(GLOB sources ${PROJECT_SOURCE_DIR}/*.c) 16FILE(GLOB sources ${PROJECT_SOURCE_DIR}/*.c)
17FILE(GLOB common ${PROJECT_SOURCE_DIR}/../common/*.c)
17FILE(GLOB wl_sources ${PROJECT_SOURCE_DIR}/../wayland/*.c) 18FILE(GLOB wl_sources ${PROJECT_SOURCE_DIR}/../wayland/*.c)
18 19
19add_executable(swaybg 20add_executable(swaybg
@@ -22,7 +23,7 @@ add_executable(swaybg
22 ${common} 23 ${common}
23) 24)
24 25
25TARGET_LINK_LIBRARIES(swaybg ${WAYLAND_CLIENT_LIBRARIES} ${CAIRO_LIBRARIES} ${PANGO_LIBRARIES} sway_common) 26TARGET_LINK_LIBRARIES(swaybg ${WAYLAND_CLIENT_LIBRARIES} ${CAIRO_LIBRARIES} ${PANGO_LIBRARIES})
26 27
27install( 28install(
28 TARGETS swaybg 29 TARGETS swaybg