install: Include *.rb in runtime files.

This commit is contained in:
Justin M. Keyes 2016-07-10 14:43:14 -04:00
parent c7d84c5550
commit b771ec8baa

View File

@ -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)