mirror of
https://github.com/reactos/CMake.git
synced 2024-11-24 03:59:58 +00:00
189008ea5c
The latter fits more consistently with other third party integration files.
5 lines
264 B
CMake
5 lines
264 B
CMake
install(FILES cmake-help.vim cmake-indent.vim cmake-syntax.vim DESTINATION ${CMAKE_DATA_DIR}/editors/vim)
|
|
install(FILES cmake-mode.el DESTINATION ${CMAKE_DATA_DIR}/editors/emacs)
|
|
install(FILES cmake.m4 DESTINATION share/aclocal)
|
|
add_subdirectory (bash-completion)
|