Exheredludis/vim/ftdetect/CMakeLists.txt

11 lines
204 B
CMake
Raw Permalink Normal View History

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