diff options
author | Drew DeVault <sir@cmpwn.com> | 2015-12-14 11:25:31 -0500 |
---|---|---|
committer | Drew DeVault <sir@cmpwn.com> | 2015-12-14 11:25:31 -0500 |
commit | 2be742d02d8dd26e111713d9bb52cd240d7d630b (patch) | |
tree | 84a5091db97f6c14515ce871922c431c0fe9eaca /sway/CMakeLists.txt | |
parent | 89025facbf900d4f14ccd83af95c93d2358578cf (diff) | |
parent | 2cedf88273dcec1f79ecb20582c876584db10d36 (diff) |
Merge pull request #314 from mikkeloscar/bar-id
Add initial support for custom bar-id
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 ) |