share/hedgewars/Data/Themes/Cave/CMakeLists.txt
author Wuzzy <almikes@aol.com>
Sun, 20 Nov 2016 04:21:24 +0100
changeset 11967 7dd85fe00de3
parent 11769 8b17caab10ec
permissions -rw-r--r--
Fix typo in German campaign translation

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

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