share/hedgewars/Data/Forts/CMakeLists.txt
author Xeli
Fri, 21 Oct 2011 13:56:11 +0200
branchhedgeroid
changeset 6053 39d763049c0f
parent 5982 283be2ca54a7
child 8443 2debc9b9f917
permissions -rw-r--r--
oops, removed a line from the 'firstTime only' section

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)