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