summaryrefslogtreecommitdiffstats
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, 2 insertions, 1 deletions
diff --git a/sway/CMakeLists.txt b/sway/CMakeLists.txt
index ac0530e5..3c78aec9 100644
--- a/sway/CMakeLists.txt
+++ b/sway/CMakeLists.txt
@@ -26,7 +26,6 @@ add_executable(sway
26 criteria.c 26 criteria.c
27 debug_log.c 27 debug_log.c
28 focus.c 28 focus.c
29 input.c
30 input_state.c 29 input_state.c
31 ipc-json.c 30 ipc-json.c
32 ipc-server.c 31 ipc-server.c
@@ -37,6 +36,8 @@ add_executable(sway
37 border.c 36 border.c
38 security.c 37 security.c
39 server.c 38 server.c
39
40 input/input.c
40) 41)
41 42
42add_definitions( 43add_definitions(