share/hedgewars/Data/Graphics/CMakeLists.txt
author nemo
Mon, 11 Oct 2010 12:37:42 -0400
changeset 3961 cf0ca1ff6c1a
parent 2747 7889a3a9724f
child 4748 ce9b48de1f52
permissions -rw-r--r--
Constrain to <= to avoid a bug on bottom edge reported by Henek

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

file(GLOB BaseSprites *.png) 

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