share/hedgewars/Data/Graphics/Hats/CMakeLists.txt
author nemo
Wed, 18 Dec 2013 14:50:05 -0500
changeset 9804 3fd243dbd407
parent 8443 2debc9b9f917
permissions -rw-r--r--
New hats. Variety of authors. Collected from hats thread by Randi.

add_subdirectory(Reserved)

file(GLOB HatSprites *.png)

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