summaryrefslogtreecommitdiff
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorJulian Andres Klode <jak@debian.org>2016-08-15 12:55:51 +0200
committerJulian Andres Klode <jak@debian.org>2016-08-15 12:55:51 +0200
commit1bb40ea62efc5eafc93d3739c9082e8f7e1a0e53 (patch)
tree339e27bd2cab058bb7c81c921a7fc5286f84df5f /CMakeLists.txt
parent4030a6698e74ca7a7630ef39e50369602f2dd78c (diff)
CMake: Install bash completions via cmake
Having the completions installed only by the packaging was an oversight. Gbp-Dch: ignore
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 3263bea82..8b242a5d0 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -133,6 +133,7 @@ add_subdirectory(apt-pkg)
add_subdirectory(apt-private)
add_subdirectory(apt-inst)
add_subdirectory(cmdline)
+add_subdirectory(completions)
add_subdirectory(doc)
add_subdirectory(dselect)
add_subdirectory(ftparchive)