share/hedgewars/Data/Graphics/CMakeLists.txt
author nemo
Sun, 03 May 2009 17:35:10 +0000
changeset 2023 41d3afaa20c7
parent 969 7e8a87136fae
child 2747 7889a3a9724f
permissions -rw-r--r--
Artillery mode, sniper rifle, speech bubble tweaks, fix of rope bug introduced by enabling hats in jump

add_subdirectory(AmmoMenu)
add_subdirectory(Graves)
add_subdirectory(Hats)
add_subdirectory(Hedgehog)

file(GLOB BaseSprites *.png) 

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