share/hedgewars/Data/Themes/Bamboo/CMakeLists.txt
author Wuzzy <Wuzzy2@mail.ru>
Wed, 21 Feb 2018 21:29:30 +0100
changeset 13056 bd3a32cd553d
parent 11774 8b17caab10ec
permissions -rw-r--r--
Rewrite most mission texts to actually *explain* the goal

file(GLOB images *.png)

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