blob: 239539f7fceb83b55c5b7d1fd63d1641154cb212 (
plain) (
tree)
|
|
SET(FILES
about.txt
commands.txt
chatcommands.txt
footer.txt
header.txt
index.txt
skills.txt
support.txt
team.txt
windows.txt
)
ADD_SUBDIRECTORY(tips)
INSTALL(FILES ${FILES} DESTINATION ${DATA_DIR}/help)
|