aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin M. Keyes <justinkz@gmail.com>2016-07-10 14:43:14 -0400
committerJustin M. Keyes <justinkz@gmail.com>2016-07-10 14:43:14 -0400
commitb771ec8baaaca8220cb3285985e4ece16c0bdcc1 (patch)
treea90e8c746ab4d727b297a61106b58eff769222d3
parentc7d84c5550a1ffa27c1b1c199fabbdb9247e5117 (diff)
downloadrneovim-b771ec8baaaca8220cb3285985e4ece16c0bdcc1.tar.gz
rneovim-b771ec8baaaca8220cb3285985e4ece16c0bdcc1.tar.bz2
rneovim-b771ec8baaaca8220cb3285985e4ece16c0bdcc1.zip
install: Include *.rb in runtime files.
-rw-r--r--runtime/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/CMakeLists.txt b/runtime/CMakeLists.txt
index 66971eccb2..0dd8b07b7a 100644
--- a/runtime/CMakeLists.txt
+++ b/runtime/CMakeLists.txt
@@ -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)