share/hedgewars/Data/Themes/Cake/CMakeLists.txt
author Wuzzy <Wuzzy2@mail.ru>
Sun, 26 Aug 2018 17:59:26 +0200
changeset 13712 043f694d25d9
parent 11777 927c45b83496
permissions -rw-r--r--
Replace now-outdated descriptions of amDuck with dummy texts

file(GLOB images *.png)

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