share/hedgewars/Data/Graphics/AmmoMenu/CMakeLists.txt
author unc0rr
Wed, 14 Jan 2009 19:31:23 +0000
changeset 1674 b6d609815378
parent 562 d1a9035175ed
child 3394 47b51e22e670
permissions -rw-r--r--
Add English translation (needed to support plural forms)

file(GLOB AmmoMenuSprites *.png) 

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