blob: 1f5722110f61fdf313ae2c9b40d420f89632470e (
plain) (
tree)
|
|
SET(FILES
about.txt
commands.txt
chatcommands.txt
header.txt
index.txt
skills.txt
support.txt
team.txt
teamtmw.txt
windows.txt
)
ADD_SUBDIRECTORY(es)
ADD_SUBDIRECTORY(fr)
ADD_SUBDIRECTORY(ru)
INSTALL(FILES ${FILES} DESTINATION ${DATA_DIR}/help)
|