share/hedgewars/Data/Graphics/Hats/CMakeLists.txt
author nemo
Thu, 27 Jun 2013 14:01:43 -0400
changeset 9291 15f7bb217b66
parent 8443 2debc9b9f917
permissions -rw-r--r--
Make add/delete consistent (this has bugged me for so long)

add_subdirectory(Reserved)

file(GLOB HatSprites *.png)

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