1
0
Fork 0
apt/completions/CMakeLists.txt
Daniel Baumann 6810ba718b
Adding upstream version 3.0.2.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
2025-06-20 21:10:43 +02:00

4 lines
211 B
CMake

set(BASH_COMPLETION_DIR "${CMAKE_INSTALL_DATAROOTDIR}/bash-completion/completions"
CACHE PATH "Path to the bash-completion completions directory")
install(FILES bash/apt DESTINATION ${BASH_COMPLETION_DIR})