aboutsummaryrefslogtreecommitdiffstats
path: root/swaybar/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'swaybar/CMakeLists.txt')
-rw-r--r--swaybar/CMakeLists.txt6
1 files changed, 5 insertions, 1 deletions
diff --git a/swaybar/CMakeLists.txt b/swaybar/CMakeLists.txt
index a03ffcf4..60975f40 100644
--- a/swaybar/CMakeLists.txt
+++ b/swaybar/CMakeLists.txt
@@ -8,6 +8,11 @@ include_directories(
8 8
9add_executable(swaybar 9add_executable(swaybar
10 main.c 10 main.c
11 config.c
12 render.c
13 bar.c
14 status_line.c
15 ipc.c
11) 16)
12 17
13target_link_libraries(swaybar 18target_link_libraries(swaybar
@@ -18,7 +23,6 @@ target_link_libraries(swaybar
18 ${CAIRO_LIBRARIES} 23 ${CAIRO_LIBRARIES}
19 ${PANGO_LIBRARIES} 24 ${PANGO_LIBRARIES}
20 ${JSONC_LIBRARIES} 25 ${JSONC_LIBRARIES}
21 m
22) 26)
23 27
24install( 28install(