summaryrefslogtreecommitdiffstats
path: root/Auxiliary/CMakeLists.txt
Commit message (Collapse)AuthorAgeFilesLines
* Auxiliary: Add options to control Vim and Emacs file installationBrad King2020-07-211-2/+14
| | | | | | | | | | | | Since commit 2642f432ef (Aux: Install editor and bash files to more natural locations, 2020-03-30, v3.18.0-rc1~429^2) these files are installed by default into locations that are not CMake-specific but may be distro-specific. Add options for packagers to control these locations. Also rename the `CMAKE_BASH_COMP_DIR` option to follow our conventions. Fixes: #20993
* Aux: Install editor and bash files to more natural locationsEli Schwartz2020-03-311-2/+2
| | | | | | | | | The vim, emacs, and bash support files are not internal CMake resources and so do not belong under `CMAKE_DATA_DIR`. Move them over to proper places under the `CMAKE_XDGDATA_DIR` as we do already for cmake-gui desktop files and `cmake.m4`. Fixes: #20522
* install: Configurable DESTINATION for the cmake.m4 fileKonstantin Podsvirov2016-11-151-1/+1
| | | | The DESTINATION changed from share/aclocal to ${CMAKE_XDGDATA_DIR}/aclocal.
* Aux: Install vim-cmake-syntax files with CMakeBrad King2016-08-171-0/+1
|
* Aux: Drop vim files prior to import of third-party versionBrad King2016-08-171-1/+0
|
* Move cmake.m4 from Utilities to AuxiliaryBrad King2013-10-151-0/+1
| | | | | The latter fits more consistently with other third party integration files.
* Rename Docs to AuxiliaryBrad King2013-10-151-0/+3
The directory contains auxiliary support files for integration with other tools, not documentation.