share/hedgewars/Data/Graphics/Hedgehog/CMakeLists.txt
author Wuzzy <Wuzzy2@mail.ru>
Sat, 01 Dec 2018 23:31:35 +0100
changeset 14378 3baee596a989
parent 8443 2debc9b9f917
permissions -rw-r--r--
Apply Pas2C fix suggested by unC0Rr

file(GLOB HedgehogSprites *.png)

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