share/hedgewars/Data/Graphics/Hats/CMakeLists.txt
changeset 2874 3c7c2bf1ba38
parent 969 7e8a87136fae
child 8443 2debc9b9f917
equal deleted inserted replaced
2873:e7acb0251a22 2874:3c7c2bf1ba38
       
     1 add_subdirectory(Reserved)
       
     2 
     1 file(GLOB HatSprites *.png)
     3 file(GLOB HatSprites *.png)
     2 
     4 
     3 install(FILES
     5 install(FILES
     4 	${HatSprites}
     6 	${HatSprites}
     5 	DESTINATION ${SHAREPATH}Data/Graphics/Hats)
     7 	DESTINATION ${SHAREPATH}Data/Graphics/Hats)