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

file(GLOB images *.png)
file(GLOB credits.txt credits)

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