share/hedgewars/Data/Themes/Snow/CMakeLists.txt
author sheepluva
Tue, 02 Dec 2014 23:33:28 +0100
changeset 10611 58cad46782ff
parent 2602 3deb9ff104da
child 11769 8b17caab10ec
permissions -rw-r--r--
move functionality of Draw.lua into engine

file(GLOB images *.png)

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