share/hedgewars/Data/Graphics/Hats/CMakeLists.txt
author Wuzzy <Wuzzy2@mail.ru>
Thu, 03 May 2018 19:02:55 +0200 (2018-05-03)
changeset 13372 6fd53df98549
parent 8443 2debc9b9f917
permissions -rw-r--r--
Update copyright years
add_subdirectory(Reserved)

file(GLOB HatSprites *.png)

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