share/hedgewars/Data/Graphics/Hedgehog/CMakeLists.txt
author Wuzzy <almikes@aol.com>
Wed, 04 May 2016 09:19:44 +0200
changeset 11964 3c15903256a7
parent 8443 2debc9b9f917
permissions -rw-r--r--
Don't show AI-controlled teams in campaigns page

file(GLOB HedgehogSprites *.png)

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