share/hedgewars/Data/Forts/CMakeLists.txt
changeset 3822 ee85a9c73ece
parent 3789 c3eb56754e92
child 5982 283be2ca54a7
equal deleted inserted replaced
3821:03b1af3a1c8f 3822:ee85a9c73ece
     1 file(GLOB FortSprites *{L,R}.png) 
     1 file(GLOB FortSprites *L.png *R.png) 
     2 
     2 
     3 install(FILES
     3 install(FILES
     4 	${FortSprites}
     4 	${FortSprites}
     5 	DESTINATION ${SHAREPATH}Data/Forts)
     5 	DESTINATION ${SHAREPATH}Data/Forts)