blob: 7529b3a2e7a4997a10f815cfa97ae97bd2924375 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
SET(FILES
about.txt
commands.txt
chatcommands.txt
header.txt
index.txt
skills.txt
support.txt
team.txt
teamtmw.txt
windows.txt
)
INSTALL(FILES ${FILES} DESTINATION ${DATA_DIR}/help/es)
|