share/hedgewars/Data/Forts/CMakeLists.txt
changeset 5982 283be2ca54a7
parent 3822 ee85a9c73ece
child 8443 2debc9b9f917
equal deleted inserted replaced
5981:bb7e1a417819 5982:283be2ca54a7
     1 file(GLOB FortSprites *L.png *R.png) 
     1 file(GLOB FortSprites *L.png *R.png) 
       
     2 list(REMOVE_ITEM FortSprites *@2x.png)
       
     3 list(REMOVE_ITEM FortSprites *-icon.png)
     2 
     4 
     3 install(FILES
     5 install(FILES
     4 	${FortSprites}
     6 	${FortSprites}
     5 	DESTINATION ${SHAREPATH}Data/Forts)
     7 	DESTINATION ${SHAREPATH}Data/Forts)