share/hedgewars/Data/Graphics/AmmoMenu/CMakeLists.txt
author nemo
Sun, 04 Sep 2011 10:47:44 -0400
changeset 5760 8e9bd318171a
parent 3394 47b51e22e670
child 5976 306cedbeb213
permissions -rw-r--r--
Add a bunch of new hats from the hats thread. There are still 20 or so that need pixel fixes that are not in this list.

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

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