share/hedgewars/Data/Themes/Fruit/CMakeLists.txt
author sheepluva
Tue, 02 Dec 2014 23:33:28 +0100
changeset 10611 58cad46782ff
parent 8842 21c4ed977d0e
child 11772 927c45b83496
permissions -rw-r--r--
move functionality of Draw.lua into engine

file(GLOB images *.png)

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