diff options
Diffstat (limited to 'sway/CMakeLists.txt')
-rw-r--r-- | sway/CMakeLists.txt | 3 |
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 container.c criteria.c debug_log.c - extensions.c focus.c - handlers.c input.c input_state.c ipc-json.c @@ -38,6 +36,7 @@ add_executable(sway workspace.c border.c security.c + server.c ) add_definitions( |