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