diff options
Diffstat (limited to 'data/msgcolors')
| -rw-r--r-- | data/msgcolors/CMakeLists.txt | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/data/msgcolors/CMakeLists.txt b/data/msgcolors/CMakeLists.txt new file mode 100644 index 0000000..376af19 --- /dev/null +++ b/data/msgcolors/CMakeLists.txt @@ -0,0 +1,6 @@ +file( GLOB _msgclr_files RELATIVE ${CMAKE_CURRENT_SOURCE_DIR} *.msgclr ) + +install( + FILES ${_msgclr_files} + DESTINATION ${DATA_INSTALL_DIR}/${PROJECT_NAME}/msgcolors +) |
