share/hedgewars/Data/Themes/City/CMakeLists.txt
author unc0rr
Wed, 17 Oct 2012 23:33:33 +0400
changeset 7765 1e162c1d6dc7
parent 2602 3deb9ff104da
child 11774 8b17caab10ec
permissions -rw-r--r--
'In game' client flag, both server and frontend support

file(GLOB images *.png)

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