mirror of
https://github.com/neovim/neovim.git
synced 2024-12-19 10:45:16 -07:00
install: Include *.rb in runtime files.
This commit is contained in:
parent
c7d84c5550
commit
b771ec8baa
@ -124,7 +124,7 @@ endforeach()
|
||||
|
||||
file(GLOB_RECURSE RUNTIME_FILES
|
||||
RELATIVE ${CMAKE_CURRENT_SOURCE_DIR}
|
||||
*.vim *.dict *.py *.ps *.tutor)
|
||||
*.vim *.dict *.py *.rb *.ps *.tutor)
|
||||
|
||||
foreach(F ${RUNTIME_FILES})
|
||||
get_filename_component(BASEDIR ${F} PATH)
|
||||
|
Loading…
Reference in New Issue
Block a user