summaryrefslogtreecommitdiff
path: root/data/help/pt_BR/tips/CMakeLists.txt
blob: f97db0cc0801c41b9cfd4932bbc8a06c86c666d0 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
SET(FILES
    1.txt
    1-1.jpg
    1-2.jpg
    2.txt
    3.txt
    4.txt
    5.txt
    6.txt
    7.txt
    8.txt
    9.txt
    10.txt
    11.txt
    12.txt
    13.txt
    14.txt
    )

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