share/hedgewars/Data/Names/CMakeLists.txt
author nemo
Tue, 07 May 2013 15:59:05 -0400
changeset 8967 4e71a1facd8b
parent 8443 2debc9b9f917
permissions -rw-r--r--
Fix voice naming. Case problems.

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

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