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