share/hedgewars/Data/Graphics/Hats/CMakeLists.txt
author nemo
Wed, 02 Sep 2015 11:55:37 -0400
changeset 11067 c632b47b8ff0
parent 8443 2debc9b9f917
permissions -rw-r--r--
Trying to get these scripts to behave properly, still WIP though.

add_subdirectory(Reserved)

file(GLOB HatSprites *.png)

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