share/hedgewars/Data/Themes/Cave/CMakeLists.txt
author Wuzzy <Wuzzy2@mail.ru>
Sat, 25 Aug 2018 19:07:17 +0200
changeset 13695 e529a34872f9
parent 11769 8b17caab10ec
permissions -rw-r--r--
Fix some formatting problems with /me

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

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