share/hedgewars/Data/Graphics/AmmoMenu/CMakeLists.txt
author nemo
Thu, 13 Jan 2011 16:01:16 -0500
changeset 4838 6c2528fe925d
parent 3394 47b51e22e670
child 5976 306cedbeb213
permissions -rw-r--r--
Force a bunch of images to RGBA that were either RGB or indexed, strip

file(GLOB AmmoMenuSprites *.png)
list(REMOVE_ITEM AmmoMenuSprites *_iPhone.png)

install(FILES
	${AmmoMenuSprites}
	DESTINATION ${SHAREPATH}Data/Graphics/AmmoMenu)