share/hedgewars/Data/Graphics/Hats/CMakeLists.txt
author Wuzzy <Wuzzy2@mail.ru>
Thu, 03 May 2018 21:02:05 +0200
changeset 13373 153e2f443cc9
parent 8443 2debc9b9f917
permissions -rw-r--r--
Simplify and shrink 5 SVG hats

add_subdirectory(Reserved)

file(GLOB HatSprites *.png)

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