share/hedgewars/Data/Themes/Cheese/CMakeLists.txt
author Wuzzy <Wuzzy2@mail.ru>
Fri, 16 Feb 2018 12:38:30 +0100
changeset 13022 e2e40700c5cf
parent 3088 b99af2ee82bf
permissions -rw-r--r--
Manually fix some clipping / simplify issues with a few hats

file(GLOB images *.png)

install(FILES
    theme.cfg
    ${images}
    DESTINATION ${SHAREPATH}Data/Themes/Cheese)