share/hedgewars/Data/Graphics/Hats/CMakeLists.txt
author Wuzzy <almikes@aol.com>
Fri, 22 Sep 2017 17:46:36 +0200
changeset 12486 b61a52d9135b
parent 8443 2debc9b9f917
permissions -rw-r--r--
Add some German announcer messages (mostly by Topf)

add_subdirectory(Reserved)

file(GLOB HatSprites *.png)

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