share/hedgewars/Data/Graphics/Hats/CMakeLists.txt
author koda
Sun, 27 Jan 2013 00:01:26 +0100
changeset 8443 2debc9b9f917
parent 2874 3c7c2bf1ba38
permissions -rw-r--r--
remove trailing whitespaces from share too

add_subdirectory(Reserved)

file(GLOB HatSprites *.png)

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