share/hedgewars/Data/Themes/Castle/CMakeLists.txt
author Wuzzy <Wuzzy2@mail.ru>
Mon, 12 Mar 2018 22:53:28 +0100
changeset 13179 061d55939e47
parent 2602 3deb9ff104da
permissions -rw-r--r--
Use visible team count instead of total team count to determine rendered team bar height

file(GLOB images *.png)

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