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, 6 insertions, 0 deletions
diff --git a/swaybar/CMakeLists.txt b/swaybar/CMakeLists.txt
index 60975f40..5b865083 100644
--- a/swaybar/CMakeLists.txt
+++ b/swaybar/CMakeLists.txt
@@ -25,6 +25,12 @@ target_link_libraries(swaybar
25 ${JSONC_LIBRARIES} 25 ${JSONC_LIBRARIES}
26) 26)
27 27
28if (WITH_GDK_PIXBUF)
29 include_directories(
30 ${GDK_PIXBUF_INCLUDE_DIRS}
31 )
32endif()
33
28install( 34install(
29 TARGETS swaybar 35 TARGETS swaybar
30 RUNTIME 36 RUNTIME