diff options
author | Mikkel Oscar Lyderik <mikkeloscar@gmail.com> | 2015-12-14 17:16:38 +0100 |
---|---|---|
committer | Mikkel Oscar Lyderik <mikkeloscar@gmail.com> | 2015-12-14 17:17:06 +0100 |
commit | cf56c41c10b85882d7563c95abe185f450b4ec2b (patch) | |
tree | edc1e7cbc928284e197c8e9f6e787821522d8ee7 /sway/CMakeLists.txt | |
parent | 45b959f601d103c9c308807b55f62f1859556b59 (diff) |
Move sway/util.c to common/util.c
Diffstat (limited to 'sway/CMakeLists.txt')
-rw-r--r-- | sway/CMakeLists.txt | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sway/CMakeLists.txt b/sway/CMakeLists.txt index aa553492..894163b8 100644 --- a/sway/CMakeLists.txt +++ b/sway/CMakeLists.txt @@ -21,7 +21,6 @@ add_executable(sway main.c output.c resize.c - util.c workspace.c ) |