share/hedgewars/Data/Themes/Cake/CMakeLists.txt
author nemo
Thu, 23 Dec 2010 23:46:14 -0500
changeset 4659 ce5897f53072
parent 2602 3deb9ff104da
child 11772 927c45b83496
permissions -rw-r--r--
more fiddling with graphics to try and satisfy both fire and snow

file(GLOB images *.png)

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