share/hedgewars/Data/Graphics/Hats/CMakeLists.txt
author Wuzzy <Wuzzy2@mail.ru>
Thu, 08 Mar 2018 21:28:02 +0100
changeset 13129 9a328734e469
parent 8443 2debc9b9f917
permissions -rw-r--r--
Racer: Draw waypoint outline around cursor while in placement phase

add_subdirectory(Reserved)

file(GLOB HatSprites *.png)

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