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

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