share/hedgewars/Data/Names/CMakeLists.txt
author Anton Malmygin <antonc27@mail.ru>
Fri, 14 Aug 2015 02:02:15 +0200
branchios-revival
changeset 11116 102684240fe8
parent 8443 2debc9b9f917
permissions -rw-r--r--
- Interscreen transitions fixed

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

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