share/hedgewars/Data/Graphics/Hedgehog/CMakeLists.txt
author koda
Sun, 27 Jan 2013 00:01:26 +0100
changeset 8443 2debc9b9f917
parent 822 2ae8fd8ef804
permissions -rw-r--r--
remove trailing whitespaces from share too

file(GLOB HedgehogSprites *.png)

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