share/hedgewars/Data/Graphics/Hats/CMakeLists.txt
author Wuzzy <Wuzzy2@mail.ru>
Fri, 16 Feb 2018 19:54:21 +0100
changeset 13021 af35e22fb533
parent 8443 2debc9b9f917
permissions -rw-r--r--
Restore 5 hats to their previous full animated form They have been oversimplified by accident

add_subdirectory(Reserved)

file(GLOB HatSprites *.png)

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