diff options
author | Tony Crisci <tony@dubstepdish.com> | 2017-11-30 11:54:01 -0500 |
---|---|---|
committer | Tony Crisci <tony@dubstepdish.com> | 2017-11-30 11:54:01 -0500 |
commit | 517af37cc9a9f7b5efa3e22d7021aab691c80244 (patch) | |
tree | 91e352af5ea134ae542d2a78cfaa51c05a1de239 /completions | |
parent | fe5c0316096b47d9a9bbede1d35e52e04ad9b40f (diff) |
remove relevant CMakeLists.txt
Diffstat (limited to 'completions')
-rw-r--r-- | completions/zsh/CMakeLists.txt | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/completions/zsh/CMakeLists.txt b/completions/zsh/CMakeLists.txt deleted file mode 100644 index 62c85090..00000000 --- a/completions/zsh/CMakeLists.txt +++ /dev/null @@ -1,4 +0,0 @@ -install( - FILES _sway _swaymsg _swaygrab _swaylock - DESTINATION ${CMAKE_INSTALL_FULL_DATAROOTDIR}/zsh/site-functions/ -) |