aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin M. Keyes <justinkz@gmail.com>2017-11-11 12:52:21 +0100
committerJustin M. Keyes <justinkz@gmail.com>2017-11-12 15:52:21 +0100
commit69e33087716ce67bfda5f67a42f83d77906111f7 (patch)
treecd59664623a5a163e4053778f34c55010e1b427d
parent881f9e42d1821214b97732022b406ddb4330b775 (diff)
downloadrneovim-69e33087716ce67bfda5f67a42f83d77906111f7.tar.gz
rneovim-69e33087716ce67bfda5f67a42f83d77906111f7.tar.bz2
rneovim-69e33087716ce67bfda5f67a42f83d77906111f7.zip
cmake: install runtime/rgb.txt
closes #6682
-rw-r--r--runtime/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/runtime/CMakeLists.txt b/runtime/CMakeLists.txt
index f81d8541b5..6dbe049232 100644
--- a/runtime/CMakeLists.txt
+++ b/runtime/CMakeLists.txt
@@ -137,6 +137,7 @@ endforeach()
file(GLOB_RECURSE RUNTIME_FILES
RELATIVE ${CMAKE_CURRENT_SOURCE_DIR}
+ rgb.txt
*.vim *.dict *.py *.rb *.ps *.tutor)
foreach(F ${RUNTIME_FILES})