diff options
author | Drew DeVault <sir@cmpwn.com> | 2016-07-04 16:03:23 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-07-04 16:03:23 -0400 |
commit | 33c923be731c0bb1c399bf3bd1011aa969e591d8 (patch) | |
tree | 93c374e26425460bfa7ad1bc1528a1b9b5725a8e /sway/CMakeLists.txt | |
parent | 33abcd9573155d36f8a40936d06a44704287a99b (diff) | |
parent | e07b8c8d7cfaaf6667a766c9d42d59fc14e98872 (diff) |
Merge pull request #735 from zandrmartin/get-tree-command
implement `get_tree` command
Diffstat (limited to 'sway/CMakeLists.txt')
-rw-r--r-- | sway/CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
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 |