share/hedgewars/Data/Graphics/AmmoMenu/CMakeLists.txt
author sheepluva
Fri, 04 Feb 2011 07:13:58 +0100
changeset 4915 922cc12d50dc
parent 3394 47b51e22e670
child 5976 306cedbeb213
permissions -rw-r--r--
fix porkey hat (image height, animation) and sheep hat (image height)

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

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