share/hedgewars/Data/Names/CMakeLists.txt
author unc0rr
Fri, 27 Sep 2013 12:58:21 +0400
changeset 9468 3d07fd84c39d
parent 8443 2debc9b9f917
permissions -rw-r--r--
- Actually call uTexture.initModule and .freeModule - Fix texture leaks in teams/hedgehogs structures on application shutdown

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

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