From 69e33087716ce67bfda5f67a42f83d77906111f7 Mon Sep 17 00:00:00 2001 From: "Justin M. Keyes" Date: Sat, 11 Nov 2017 12:52:21 +0100 Subject: cmake: install runtime/rgb.txt closes #6682 --- runtime/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) 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}) -- cgit