share/hedgewars/Data/Themes/Cave/CMakeLists.txt
author Wuzzy <Wuzzy2@mail.ru>
Wed, 14 Mar 2018 00:20:47 +0100
changeset 13195 f9c787f58459
parent 11774 8b17caab10ec
permissions -rw-r--r--
Update German Lua translation

file(GLOB images *.png)
file(GLOB credits.txt credits)

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