share/hedgewars/Data/Forts/CMakeLists.txt
author nemo
Sun, 13 Nov 2011 14:41:02 -0500
branch0.9.17
changeset 6366 1a49a8fcca56
parent 5982 283be2ca54a7
child 8443 2debc9b9f917
permissions -rw-r--r--
merge sound changes into .17, and, why not everything else too.

file(GLOB FortSprites *L.png *R.png) 
list(REMOVE_ITEM FortSprites *@2x.png)
list(REMOVE_ITEM FortSprites *-icon.png)

install(FILES
	${FortSprites}
	DESTINATION ${SHAREPATH}Data/Forts)