summaryrefslogtreecommitdiffstats
path: root/swaybg
diff options
context:
space:
mode:
Diffstat (limited to 'swaybg')
-rw-r--r--swaybg/CMakeLists.txt12
1 files changed, 6 insertions, 6 deletions
diff --git a/swaybg/CMakeLists.txt b/swaybg/CMakeLists.txt
index 68098370..c5efae91 100644
--- a/swaybg/CMakeLists.txt
+++ b/swaybg/CMakeLists.txt
@@ -20,12 +20,12 @@ target_link_libraries(swaybg
20) 20)
21 21
22if (WITH_GDK_PIXBUF) 22if (WITH_GDK_PIXBUF)
23 include_directories( 23 include_directories(
24 ${GDK_PIXBUF_INCLUDE_DIRS} 24 ${GDK_PIXBUF_INCLUDE_DIRS}
25 ) 25 )
26 target_link_libraries(swaybg 26 target_link_libraries(swaybg
27 ${GDK_PIXBUF_LIBRARIES} 27 ${GDK_PIXBUF_LIBRARIES}
28 ) 28 )
29endif() 29endif()
30 30
31install( 31install(