share/hedgewars/Data/Themes/Sheep/CMakeLists.txt
author Wuzzy <Wuzzy2@mail.ru>
Fri, 09 Feb 2018 14:56:04 +0100
changeset 12946 ffbd31afed96
parent 11774 8b17caab10ec
permissions -rw-r--r--
HedgeEditor, Construction Mode: Refactor code by adding fake ammo type variables

file(GLOB images *.png)

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