diff options
author | Felipe Morales <hel.sheep@gmail.com> | 2018-01-01 19:08:01 +0100 |
---|---|---|
committer | Felipe Morales <hel.sheep@gmail.com> | 2018-01-01 19:08:01 +0100 |
commit | 6a9f2cdc6837f7e6989ad1f5454a555682a27baa (patch) | |
tree | 6a37765a46c5cf93dc7d8a2f9e42b4b1c02e118e | |
parent | f4e372c8abed86650b22fdb5b50c9ac82dae6613 (diff) | |
download | rneovim-6a9f2cdc6837f7e6989ad1f5454a555682a27baa.tar.gz rneovim-6a9f2cdc6837f7e6989ad1f5454a555682a27baa.tar.bz2 rneovim-6a9f2cdc6837f7e6989ad1f5454a555682a27baa.zip |
tutor: install metadata files for tutor documents
-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 6dbe049232..52a8609fec 100644 --- a/runtime/CMakeLists.txt +++ b/runtime/CMakeLists.txt @@ -138,7 +138,7 @@ endforeach() file(GLOB_RECURSE RUNTIME_FILES RELATIVE ${CMAKE_CURRENT_SOURCE_DIR} rgb.txt - *.vim *.dict *.py *.rb *.ps *.tutor) + *.vim *.dict *.py *.rb *.ps *.tutor *.tutor.json) foreach(F ${RUNTIME_FILES}) get_filename_component(BASEDIR ${F} PATH) |