share/hedgewars/Data/Forts/CMakeLists.txt
author Xeli
Tue, 07 Feb 2012 18:56:49 +0100
changeset 6648 025473a2c420
parent 5982 283be2ca54a7
child 8443 2debc9b9f917
permissions -rw-r--r--
prevent the cursor from being shown on the mobile version, and close the menu on tap when the tap is not on the ammo menu

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)