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

file(GLOB images *.png)

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