diff options
Diffstat (limited to 'data/help/tips/CMakeLists.txt')
-rw-r--r-- | data/help/tips/CMakeLists.txt | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/data/help/tips/CMakeLists.txt b/data/help/tips/CMakeLists.txt new file mode 100644 index 000000000..b0b1b7947 --- /dev/null +++ b/data/help/tips/CMakeLists.txt @@ -0,0 +1,12 @@ +SET(FILES + 1.txt + 1-1.jpg + 1-2.jpg + 2.txt + 3.txt + 4.txt + 5.txt + 6.txt + ) + +INSTALL(FILES ${FILES} DESTINATION ${DATA_DIR}/help/tips) |