share/hedgewars/Data/Names/CMakeLists.txt
author Wuzzy <Wuzzy2@mail.ru>
Mon, 15 Apr 2019 22:00:20 +0200
changeset 14805 af0f06b77908
parent 8443 2debc9b9f917
permissions -rw-r--r--
Remove outdated main menu tip

file(GLOB txtnames *.txt)
file(GLOB cfgnames *.cfg)

install(FILES
    types.ini
    ${txtnames}
    ${cfgnames}
    DESTINATION ${SHAREPATH}Data/Names)