summaryrefslogtreecommitdiffstats
path: root/sway/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'sway/CMakeLists.txt')
-rw-r--r--sway/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/sway/CMakeLists.txt b/sway/CMakeLists.txt
index 259e9ab3..23829dc3 100644
--- a/sway/CMakeLists.txt
+++ b/sway/CMakeLists.txt
@@ -32,6 +32,7 @@ target_link_libraries(sway
32 ${PCRE_LIBRARIES} 32 ${PCRE_LIBRARIES}
33 ${JSONC_LIBRARIES} 33 ${JSONC_LIBRARIES}
34 ${WAYLAND_SERVER_LIBRARIES} 34 ${WAYLAND_SERVER_LIBRARIES}
35 m
35) 36)
36 37
37install( 38install(