share/hedgewars/Data/Graphics/Hats/CMakeLists.txt
author sheepluva
Mon, 22 Jul 2013 19:01:28 +0200 (2013-07-22)
changeset 9367 d7bcadc4c380
parent 8443 2debc9b9f917
permissions -rw-r--r--
fixing cLocale being empty
add_subdirectory(Reserved)

file(GLOB HatSprites *.png)

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