also convert/pngcrush png pictures with 16bit/channel (resulting in 8bit/channel) and repage their layers (as I found out that some of the pics had their layer offset the actual visual area, which makes the picture look blank in gimp)
file(GLOB AmmoMenuSprites *.png)
list(REMOVE_ITEM AmmoMenuSprites *_iPhone.png)
install(FILES
${AmmoMenuSprites}
DESTINATION ${SHAREPATH}Data/Graphics/AmmoMenu)