share/hedgewars/Data/Graphics/AmmoMenu/CMakeLists.txt
author nemo
Fri, 16 Sep 2011 10:29:09 -0400
changeset 5930 89f5f5d3fdec
parent 3394 47b51e22e670
child 5976 306cedbeb213
permissions -rw-r--r--
Aaaaalllways!

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

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