share/hedgewars/Data/Graphics/Hats/CMakeLists.txt
author Wuzzy <almikes@aol.com>
Thu, 04 May 2017 13:33:05 +0200
changeset 12409 78715ca14e08
parent 8443 2debc9b9f917
permissions -rw-r--r--
No more chat slang in Dangerous Ducklings

add_subdirectory(Reserved)

file(GLOB HatSprites *.png)

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