share/hedgewars/Data/Graphics/CMakeLists.txt
author sheepluva
Sun, 29 Apr 2012 20:52:10 +0200
changeset 6960 822f8269e13f
parent 6048 ae213ef7030a
child 8443 2debc9b9f917
permissions -rw-r--r--
map, theme & style selection won't be lost on data updata now (except the selected map/theme/style is deleted ofc). enabling F5 key to reload data :>

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

file(GLOB BaseSprites *.png) 
list(REMOVE_ITEM BaseSprites *@2x.png)

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