mirror of
https://github.com/neovim/neovim.git
synced 2024-12-19 18:55:14 -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
|
file(GLOB_RECURSE RUNTIME_FILES
|
||||||
RELATIVE ${CMAKE_CURRENT_SOURCE_DIR}
|
RELATIVE ${CMAKE_CURRENT_SOURCE_DIR}
|
||||||
*.vim *.dict *.py *.ps *.tutor)
|
*.vim *.dict *.py *.rb *.ps *.tutor)
|
||||||
|
|
||||||
foreach(F ${RUNTIME_FILES})
|
foreach(F ${RUNTIME_FILES})
|
||||||
get_filename_component(BASEDIR ${F} PATH)
|
get_filename_component(BASEDIR ${F} PATH)
|
||||||
|
Loading…
Reference in New Issue
Block a user