share/hedgewars/Data/Graphics/AmmoMenu/CMakeLists.txt
author sheepluva
Sat, 01 May 2010 05:15:16 +0000
changeset 3384 7eb4707d43f0
parent 562 d1a9035175ed
child 3394 47b51e22e670
permissions -rw-r--r--
* added some comments * added some nil checks * removed unused and incorrect _0_998 * added sine-gun (early alpha)

file(GLOB AmmoMenuSprites *.png) 

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