share/hedgewars/Data/Themes/Cave/CMakeLists.txt
author unC0Rr
Fri, 07 Dec 2018 14:30:35 +0100
changeset 14394 4409344db447
parent 11769 8b17caab10ec
permissions -rw-r--r--
Rework EngineInstance::generatePreview, add preview cleanup function in enginelib

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

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