share/hedgewars/Data/Themes/Hell/CMakeLists.txt
author Wuzzy <almikes@aol.com>
Wed, 12 Apr 2017 23:05:18 +0200
changeset 12240 88b31fdc760b
parent 11769 8b17caab10ec
permissions -rw-r--r--
Add a few WhatsThis texts in frontend, rename “Stereo rendering” to “Stereoscopy”

file(GLOB images *.png)

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