share/hedgewars/Data/Themes/Snow/CMakeLists.txt
author Wuzzy <almikes@aol.com>
Tue, 26 Sep 2017 16:25:57 +0200
changeset 12542 66566cfe0a7e
parent 11774 8b17caab10ec
permissions -rw-r--r--
ASA, The first stop: Fix team ranking and kills in stats screen (bug #147)

file(GLOB images *.png)

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