share/hedgewars/Data/Graphics/Hats/CMakeLists.txt
author unC0Rr
Thu, 22 Oct 2020 12:33:35 +0200
branch1.0.0
changeset 15865 6b10b0cdbeab
parent 8443 2debc9b9f917
permissions -rw-r--r--
Mark global variables in implementation section static

add_subdirectory(Reserved)

file(GLOB HatSprites *.png)

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