mirror of
https://github.com/Gator96100/ProxSpace.git
synced 2025-07-16 02:03:02 -07:00
12 lines
393 B
CMake
12 lines
393 B
CMake
# config file for bash-completion
|
|
# https://github.com/scop/bash-completion
|
|
|
|
set (BASH_COMPLETION_VERSION "2.10")
|
|
|
|
set (BASH_COMPLETION_PREFIX "/usr")
|
|
|
|
set (BASH_COMPLETION_COMPATDIR "/etc/bash_completion.d")
|
|
set (BASH_COMPLETION_COMPLETIONSDIR "/usr/share/bash-completion/completions")
|
|
set (BASH_COMPLETION_HELPERSDIR "/usr/share/bash-completion/helpers")
|
|
|
|
set (BASH_COMPLETION_FOUND "TRUE")
|