share/hedgewars/Data/Graphics/Hats/CMakeLists.txt
author Wuzzy <almikes@aol.com>
Wed, 23 Nov 2016 13:59:36 +0100
changeset 12027 477f3b3d00d8
parent 8443 2debc9b9f917
permissions -rw-r--r--
HedgeEditor: Proper indentation for atkArray and utilArray

add_subdirectory(Reserved)

file(GLOB HatSprites *.png)

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