share/hedgewars/Data/Graphics/Hedgehog/CMakeLists.txt
author Wuzzy <Wuzzy2@mail.ru>
Mon, 06 Jul 2020 16:55:35 +0200
changeset 15715 2aedd8ca836c
parent 8443 2debc9b9f917
permissions -rw-r--r--
AI: No longer afraid of heights if invulnerable

file(GLOB HedgehogSprites *.png)

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