diff options
Diffstat (limited to 'sway/CMakeLists.txt')
-rw-r--r-- | sway/CMakeLists.txt | 12 |
1 files changed, 8 insertions, 4 deletions
diff --git a/sway/CMakeLists.txt b/sway/CMakeLists.txt index 1df24222..617a71f0 100644 --- a/sway/CMakeLists.txt +++ b/sway/CMakeLists.txt @@ -18,14 +18,20 @@ file(GLOB cmds ) add_executable(sway - commands.c - ${cmds} + desktop/output.c + tree/container.c tree/criteria.c tree/focus.c tree/output.c tree/workspace.c tree/layout.c + + input/input.c + + commands.c + ${cmds} + base64.c config.c debug_log.c @@ -36,8 +42,6 @@ add_executable(sway border.c security.c server.c - - input/input.c ) add_definitions( |