share/hedgewars/Data/Graphics/Hats/CMakeLists.txt
author unc0rr
Sun, 12 Jan 2014 11:07:49 +0400
changeset 9971 071902835770
parent 8443 2debc9b9f917
permissions -rw-r--r--
That check was too weird and complicated

add_subdirectory(Reserved)

file(GLOB HatSprites *.png)

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