diff options
author | Justin M. Keyes <justinkz@gmail.com> | 2016-07-10 14:43:14 -0400 |
---|---|---|
committer | Justin M. Keyes <justinkz@gmail.com> | 2016-07-10 14:43:14 -0400 |
commit | b771ec8baaaca8220cb3285985e4ece16c0bdcc1 (patch) | |
tree | a90e8c746ab4d727b297a61106b58eff769222d3 | |
parent | c7d84c5550a1ffa27c1b1c199fabbdb9247e5117 (diff) | |
download | rneovim-b771ec8baaaca8220cb3285985e4ece16c0bdcc1.tar.gz rneovim-b771ec8baaaca8220cb3285985e4ece16c0bdcc1.tar.bz2 rneovim-b771ec8baaaca8220cb3285985e4ece16c0bdcc1.zip |
install: Include *.rb in runtime files.
-rw-r--r-- | runtime/CMakeLists.txt | 2 |
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) |