From 15a324b0d3c0d15405286794d2c8b88b764835cf Mon Sep 17 00:00:00 2001 From: Zandr Martin Date: Mon, 4 Jul 2016 13:34:44 -0500 Subject: implement `get_tree` command --- sway/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) (limited to 'sway/CMakeLists.txt') diff --git a/sway/CMakeLists.txt b/sway/CMakeLists.txt index 73df3b1b..be63c944 100644 --- a/sway/CMakeLists.txt +++ b/sway/CMakeLists.txt @@ -21,6 +21,7 @@ add_executable(sway handlers.c input.c input_state.c + ipc-json.c ipc-server.c layout.c main.c -- cgit v1.2.3