share/hedgewars/Data/Names/CMakeLists.txt
author nemo
Sat, 25 Oct 2014 10:42:30 -0400
changeset 10441 d2f599997b54
parent 8443 2debc9b9f917
permissions -rw-r--r--
Revert hog tinting from rdb65298717da since it wasn't sufficiently complete for a release. More sprites need converting, and there's a slight bug in hog tinting, for away hogs with hats I believe.

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

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