Exheredludis/vim/ftdetect/CMakeLists.txt
2016-11-30 08:25:19 -08:00

11 lines
204 B
CMake

if(ENABLE_VIM)
install(FILES
"${CMAKE_CURRENT_SOURCE_DIR}/paludis.vim"
DESTINATION
"${PALUDIS_VIM_INSTALL_DIR}/ftdetect"
COMPONENT
vim)
endif()