share/hedgewars/Data/Themes/Brick/CMakeLists.txt
author Wuzzy <almikes@aol.com>
Tue, 22 Nov 2016 21:30:23 +0100
changeset 11985 b94465a642b5
parent 11778 ae10ff578eb2
permissions -rw-r--r--
Disable Sudden Death in Shoppa for good

file(GLOB images *.png)

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