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