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

file(GLOB images *.png)

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