mirror of
https://github.com/neovim/neovim.git
synced 2026-01-04 10:26:42 +10:00
install: Include *.rb in runtime files.
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user