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

file(GLOB images *.png)

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