share/hedgewars/Data/Graphics/CMakeLists.txt
author unc0rr
Sun, 27 Jan 2008 20:35:40 +0000
changeset 769 788efc1d649f
parent 562 d1a9035175ed
child 822 2ae8fd8ef804
permissions -rw-r--r--
- Save 8 MB of memory by freeing LandSurface and not using it anymore after game initialization - Reanimate girder (and partly teleportation tool)

add_subdirectory(Graves)
add_subdirectory(AmmoMenu)

file(GLOB BaseSprites *.png) 

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