share/hedgewars/Data/Themes/Castle/CMakeLists.txt
author Wuzzy <Wuzzy2@mail.ru>
Fri, 17 May 2019 01:55:37 +0200
changeset 14990 851f1687439d
parent 2602 3deb9ff104da
permissions -rw-r--r--
Control (style): Implement proper ranking screen and score graph

file(GLOB images *.png)

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