share/hedgewars/Data/Graphics/AmmoMenu/CMakeLists.txt
author nemo
Sun, 04 Sep 2011 17:26:38 -0400
changeset 5779 060d7572f9f6
parent 3394 47b51e22e670
child 5976 306cedbeb213
permissions -rw-r--r--
Move a few more, exclude NoHat and team hats from animation

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

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