share/hedgewars/Data/Forts/CMakeLists.txt
author koda
Thu, 10 May 2012 23:21:56 +0200
changeset 7048 0a4c88935902
parent 5982 283be2ca54a7
child 8443 2debc9b9f917
permissions -rw-r--r--
the ios port runs again, although with a few things to sort out

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)