share/hedgewars/Data/Graphics/Hats/CMakeLists.txt
author Wuzzy <Wuzzy2@mail.ru>
Fri, 19 Apr 2019 15:58:42 +0200
changeset 14812 16d5951d4044
parent 8443 2debc9b9f917
permissions -rw-r--r--
SimpleMission: Fix Lua error spam when a goal fails

add_subdirectory(Reserved)

file(GLOB HatSprites *.png)

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