mirror of
https://github.com/reactos/CMake.git
synced 2024-11-24 12:09:48 +00:00
da0e3f9096
The DESTINATION changed from share/aclocal to ${CMAKE_XDGDATA_DIR}/aclocal.
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)
|