share/hedgewars/Data/Names/CMakeLists.txt
author nemo
Tue, 24 Dec 2013 16:58:49 -0500
changeset 9846 4dc7cb571e1d
parent 8443 2debc9b9f917
permissions -rw-r--r--
I hate windows. This probably fixes text.

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

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