share/hedgewars/Data/Graphics/AmmoMenu/CMakeLists.txt
author Tobias Neumann <mail@tobias-neumann.eu>
Sat, 23 Oct 2010 14:10:23 +0200
changeset 3991 82e4a5ef18f7
parent 3394 47b51e22e670
child 5976 306cedbeb213
permissions -rw-r--r--
Resurrector Weapon: Add ammo icon, sound, hedgehog picture (from Tiy).

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

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