share/hedgewars/Data/Themes/Cake/CMakeLists.txt
author nemo
Thu, 30 Jul 2015 16:28:35 -0400
changeset 11030 2ef7700c25e9
parent 2602 3deb9ff104da
child 11772 927c45b83496
permissions -rw-r--r--
darken and blur the cupcake a bit so that people stop trying to teleport on it

file(GLOB images *.png)

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