share/hedgewars/Data/Graphics/Hats/CMakeLists.txt
author Wuzzy <Wuzzy2@mail.ru>
Sat, 25 Aug 2018 20:52:33 +0200
changeset 13697 7f174e7285e5
parent 8443 2debc9b9f917
permissions -rw-r--r--
Add a few helpful error messages from server when kicking failed

add_subdirectory(Reserved)

file(GLOB HatSprites *.png)

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