share/hedgewars/Data/Graphics/Hats/CMakeLists.txt
author mikade <redgrinner@gmail.com>
Wed, 03 Jun 2015 22:16:03 +0900
changeset 10979 a332a60df7ce
parent 8443 2debc9b9f917
permissions -rw-r--r--
- some new mission icons - add variable portal limiter (and effects) to TechRacer - allow variable (not just infinite) ufo fuel - possibly break stuff some - more whitespace?

add_subdirectory(Reserved)

file(GLOB HatSprites *.png)

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