share/hedgewars/Data/Graphics/Hedgehog/CMakeLists.txt
author sheepluva
Tue, 02 Dec 2014 23:33:28 +0100
changeset 10611 58cad46782ff
parent 8443 2debc9b9f917
permissions -rw-r--r--
move functionality of Draw.lua into engine

file(GLOB HedgehogSprites *.png)

install(FILES
    ${HedgehogSprites}
    DESTINATION ${SHAREPATH}Data/Graphics/Hedgehog)