share/hedgewars/Data/Graphics/Hats/CMakeLists.txt
author nemo
Tue, 28 May 2013 13:58:01 -0400
changeset 9070 604273fb8a58
parent 8443 2debc9b9f917
permissions -rw-r--r--
*hate*

add_subdirectory(Reserved)

file(GLOB HatSprites *.png)

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