summaryrefslogtreecommitdiff
path: root/data/help/CMakeLists.txt
blob: c949b481cf9abaa658c2173944047abf26b65b6b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
SET(FILES
    about.txt
    commands.txt
    chatcommands.txt
    header.txt
    index.txt
    skills.txt
    support.txt
    team.txt
    teamtmw.txt
    windows.txt
    )

ADD_SUBDIRECTORY(fr ru)

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