share/hedgewars/Data/Graphics/Hats/CMakeLists.txt
author Wuzzy <Wuzzy2@mail.ru>
Wed, 11 Jul 2018 21:56:30 +0200
changeset 13476 c265a3e6f6da
parent 8443 2debc9b9f917
permissions -rw-r--r--
Make sure TotalRounds increases to 0 on first real turn

add_subdirectory(Reserved)

file(GLOB HatSprites *.png)

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