summaryrefslogtreecommitdiff
path: root/help/CMakeLists.txt
blob: 82f61d54f984456cac24a7d09a7d21eb5d203211 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
SET(FILES
    about.txt
    changes.txt
    commands.txt
    header.txt
    index.txt
    skills.txt
    support.txt
    team.txt
    )

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