share/hedgewars/Data/Graphics/AmmoMenu/CMakeLists.txt
author palewolf
Mon, 29 Mar 2010 23:47:38 +0000
changeset 3168 c542c8e3cf77
parent 562 d1a9035175ed
child 3394 47b51e22e670
permissions -rw-r--r--
Fix a small glitch due to scaling down in mines and airplaine pixmaps

file(GLOB AmmoMenuSprites *.png) 

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