summaryrefslogtreecommitdiff
path: root/data/help/tips/CMakeLists.txt
blob: 0fb66d6b4dd46f1113c7c301c1bf21e63daf5e55 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
SET(FILES
    1.txt
    1-1.jpg
    1-2.jpg
    2.txt
    3.txt
    4.txt
    5.txt
    6.txt
    7.txt
    )

INSTALL(FILES ${FILES} DESTINATION ${DATA_DIR}/help/tips)