share/hedgewars/Data/Graphics/Hats/CMakeLists.txt
author Wuzzy <Wuzzy2@mail.ru>
Wed, 08 Aug 2018 13:14:42 +0200
changeset 13644 05dd413393bf
parent 8443 2debc9b9f917
permissions -rw-r--r--
Make ammo count in ammo menu translatable, and replace “x” with “×”

add_subdirectory(Reserved)

file(GLOB HatSprites *.png)

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