1 file(GLOB HedgehogSprites *.png)
2
3 install(FILES
4 ${HedgehogSprites}
5 DESTINATION ${SHAREPATH}Data/Graphics/Hedgehog)