share/hedgewars/Data/Graphics/Graves/CMakeLists.txt
author nemo
Sun, 02 May 2010 02:58:59 +0000
changeset 3396 e5b3e5f2818e
parent 1032 bf6f5122baf7
child 8443 2debc9b9f917
permissions -rw-r--r--
More portal changes. Allows for a multishoot utility. Hopefully not breaking anything.

file(GLOB GraveSprites *.png) 

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