share/hedgewars/Data/Themes/Cave/CMakeLists.txt
author Wuzzy <Wuzzy2@mail.ru>
Wed, 09 Jan 2019 19:39:48 +0100
changeset 14530 ec0afe1c6024
parent 11769 8b17caab10ec
permissions -rw-r--r--
Add control (default: X) to unselect current weapon

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

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