https://github.com/Kitware/CMake
Raw File
Tip revision: 948d5d18fd6deed24ede54cb0e3b017511f99559 authored by Brad King on 26 February 2014, 15:32:56 UTC
Merge branch 'fix-find_dependency-macro' into release
Tip revision: 948d5d1
CMakeLists.txt
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)
back to top