summaryrefslogtreecommitdiffstats
path: root/sway/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'sway/CMakeLists.txt')
-rw-r--r--sway/CMakeLists.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/sway/CMakeLists.txt b/sway/CMakeLists.txt
index f7cc88ab..d23c80b0 100644
--- a/sway/CMakeLists.txt
+++ b/sway/CMakeLists.txt
@@ -26,6 +26,10 @@ add_executable(sway
26 workspace.c 26 workspace.c
27) 27)
28 28
29add_definitions(
30 -DSYSCONFDIR="${CMAKE_INSTALL_FULL_SYSCONFDIR}"
31)
32
29target_link_libraries(sway 33target_link_libraries(sway
30 sway-common 34 sway-common
31 sway-protocols 35 sway-protocols