CMakeLists.txt 414 B

12345678
  1. # Always install completion file in local dir
  2. # in order to be sure to always be able to install
  3. # in a local user directory rooted in a single directory.
  4. # packager should either patch that out or
  5. # add symlinks to the files in appropriate places
  6. # /etc/bash_completion.d/
  7. # DATADIR/completions (may be /usr/share/<package>/completions
  8. install(FILES cmake cpack ctest DESTINATION ${CMAKE_DATA_DIR}/completions)