share/hedgewars/Data/Graphics/Hats/CMakeLists.txt
author Wuzzy <almikes@aol.com>
Mon, 10 Apr 2017 14:15:00 +0200
changeset 12210 442bab755bb4
parent 8443 2debc9b9f917
permissions -rw-r--r--
Render gear timers in front of water

add_subdirectory(Reserved)

file(GLOB HatSprites *.png)

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