mirror of
https://github.com/reactos/CMake.git
synced 2025-02-10 13:53:56 +00:00
5 lines
256 B
CMake
5 lines
256 B
CMake
install(DIRECTORY vim/indent vim/syntax DESTINATION ${CMAKE_DATA_DIR}/editors/vim)
|
|
install(FILES cmake-mode.el DESTINATION ${CMAKE_DATA_DIR}/editors/emacs)
|
|
install(FILES cmake.m4 DESTINATION ${CMAKE_XDGDATA_DIR}/aclocal)
|
|
add_subdirectory (bash-completion)
|