share/hedgewars/Data/Names/CMakeLists.txt
author antonc27 <antonc27@mail.ru>
Thu, 10 Sep 2015 01:49:15 +0200
branchios-revival
changeset 11148 064a53861759
parent 8443 2debc9b9f917
permissions -rw-r--r--
- Refactoring in order to remove some warning related to using of int instead of NSInteger

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

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