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, 3 insertions, 0 deletions
diff --git a/sway/CMakeLists.txt b/sway/CMakeLists.txt
index 73531a84..9a92466c 100644
--- a/sway/CMakeLists.txt
+++ b/sway/CMakeLists.txt
@@ -14,6 +14,9 @@ add_executable(sway
14 desktop/output.c 14 desktop/output.c
15 desktop/xdg_shell_v6.c 15 desktop/xdg_shell_v6.c
16 16
17 tree/layout.c
18 tree/container.c
19
17 base64.c 20 base64.c
18 main.c 21 main.c
19 server.c 22 server.c