share/hedgewars/Data/Themes/Snow/CMakeLists.txt
author Wuzzy <almikes@aol.com>
Tue, 18 Apr 2017 21:38:36 +0200
changeset 12284 585240d3a6a8
parent 11774 8b17caab10ec
permissions -rw-r--r--
Credit most theme and map authors in credits.txt

file(GLOB images *.png)

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