share/hedgewars/Data/Graphics/CMakeLists.txt
author unc0rr
Sun, 27 Jan 2008 20:47:30 +0000
changeset 770 0138f1b5a804
parent 562 d1a9035175ed
child 822 2ae8fd8ef804
permissions -rw-r--r--
- Add alpha-channel to all sprites left - Reanimate ammo menu

add_subdirectory(Graves)
add_subdirectory(AmmoMenu)

file(GLOB BaseSprites *.png) 

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