share/hedgewars/Data/Graphics/Hats/CMakeLists.txt
author Wuzzy <almikes@aol.com>
Fri, 06 May 2016 17:26:06 +0200
changeset 11814 8eccc307ca1e
parent 8443 2debc9b9f917
permissions -rw-r--r--
Frontend: Increase space for help text in the footer

add_subdirectory(Reserved)

file(GLOB HatSprites *.png)

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