share/hedgewars/Data/Graphics/Hats/CMakeLists.txt
author unc0rr
Wed, 22 Jan 2014 14:45:33 +0400
changeset 10050 9616052bd333
parent 8443 2debc9b9f917
permissions -rw-r--r--
Check if frontend was too lazy to actually send drawn map data to the server

add_subdirectory(Reserved)

file(GLOB HatSprites *.png)

install(FILES
    ${HatSprites}
    DESTINATION ${SHAREPATH}Data/Graphics/Hats)