aboutsummaryrefslogtreecommitdiffstats
path: root/sway/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'sway/CMakeLists.txt')
-rw-r--r--sway/CMakeLists.txt3
1 files changed, 1 insertions, 2 deletions
diff --git a/sway/CMakeLists.txt b/sway/CMakeLists.txt
index 67af0f70..ac0530e5 100644
--- a/sway/CMakeLists.txt
+++ b/sway/CMakeLists.txt
@@ -25,9 +25,7 @@ add_executable(sway
25 container.c 25 container.c
26 criteria.c 26 criteria.c
27 debug_log.c 27 debug_log.c
28 extensions.c
29 focus.c 28 focus.c
30 handlers.c
31 input.c 29 input.c
32 input_state.c 30 input_state.c
33 ipc-json.c 31 ipc-json.c
@@ -38,6 +36,7 @@ add_executable(sway
38 workspace.c 36 workspace.c
39 border.c 37 border.c
40 security.c 38 security.c
39 server.c
41) 40)
42 41
43add_definitions( 42add_definitions(