summaryrefslogtreecommitdiff
path: root/data/help/tips/CMakeLists.txt
blob: b0b1b79476d017b98f3a57e166a9ea7ff1bf1ce4 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
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)