share/hedgewars/Data/Graphics/Hats/CMakeLists.txt
author Wuzzy <Wuzzy2@mail.ru>
Thu, 15 Feb 2018 12:13:06 +0100
changeset 13005 c23777bdcd1f
parent 8443 2debc9b9f917
permissions -rw-r--r--
Fix some hats “dancing on the head” by making them static

add_subdirectory(Reserved)

file(GLOB HatSprites *.png)

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