share/hedgewars/Data/Themes/Cave/CMakeLists.txt
author sheepluva
Fri, 29 Apr 2016 00:56:04 +0200
changeset 11769 8b17caab10ec
parent 6090 bf098cf5f998
permissions -rw-r--r--
some initial credits-display implementation

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

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