share/hedgewars/Data/Graphics/Hats/CMakeLists.txt
author Wuzzy <Wuzzy2@mail.ru>
Mon, 01 Apr 2019 22:07:42 +0200
changeset 14757 8563cc40fc1e
parent 8443 2debc9b9f917
permissions -rw-r--r--
Invert colors if clan color is very dark

add_subdirectory(Reserved)

file(GLOB HatSprites *.png)

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