summaryrefslogtreecommitdiff
path: root/data/help/fr/CMakeLists.txt
blob: 5b14cc3030e38fcf48ccb022c9b83b742e09b6a4 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
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)

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