share/hedgewars/Data/Themes/Cave/CMakeLists.txt
author Wuzzy <almikes@aol.com>
Wed, 05 Apr 2017 17:29:18 +0200
changeset 12169 0d24dc3ca462
parent 11774 8b17caab10ec
permissions -rw-r--r--
Remove redundant water color definitions in themes with default water

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

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