diff options
Diffstat (limited to 'data/help/CMakeLists.txt')
-rw-r--r-- | data/help/CMakeLists.txt | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/data/help/CMakeLists.txt b/data/help/CMakeLists.txt new file mode 100644 index 000000000..82f61d54f --- /dev/null +++ b/data/help/CMakeLists.txt @@ -0,0 +1,12 @@ +SET(FILES + about.txt + changes.txt + commands.txt + header.txt + index.txt + skills.txt + support.txt + team.txt + ) + +INSTALL(FILES ${FILES} DESTINATION ${DATA_DIR}/help) |