share/hedgewars/Data/Names/CMakeLists.txt
author sheepluva
Sun, 14 Apr 2013 12:25:24 +0200
branch0.9.19
changeset 8881 f833f9ffdf75
parent 8443 2debc9b9f917
permissions -rw-r--r--
cleaning up my own mess, turned out the italian translation has more descriptions than the english one XD

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

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