share/hedgewars/Data/Graphics/Hedgehog/CMakeLists.txt
author Wuzzy <almikes@aol.com>
Tue, 04 Apr 2017 21:17:02 +0200
changeset 12162 e837912ba85d
parent 8443 2debc9b9f917
permissions -rw-r--r--
Fix hedgehogs/ticker ignoring kills without damage (#149)

file(GLOB HedgehogSprites *.png)

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