share/hedgewars/Data/Themes/Sheep/CMakeLists.txt
author Wuzzy <almikes@aol.com>
Tue, 26 Sep 2017 03:58:23 +0200
changeset 12538 f8801c72a6c8
parent 11774 8b17caab10ec
permissions -rw-r--r--
ASA, The first stop: Take possibility into account that whole team can be wiped out

file(GLOB images *.png)

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