share/hedgewars/Data/Themes/Nature/CMakeLists.txt
author Wuzzy <Wuzzy2@mail.ru>
Thu, 25 Oct 2018 13:12:45 +0200
changeset 13969 fc43d63ee5a7
parent 11774 8b17caab10ec
permissions -rw-r--r--
Remove string with duplicate placeholder in sk.txt Duplicate placeholders are not supported yet.

file(GLOB images *.png)

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