share/hedgewars/Data/Themes/Cake/CMakeLists.txt
author Henek
Wed, 12 Jan 2011 20:31:55 +0100
changeset 4835 a6924450e694
parent 2602 3deb9ff104da
child 11772 927c45b83496
permissions -rw-r--r--
added rq-sky to themes so it can set sky color for low quality. also added tint of sky on sudden death. underwater theme is an example of this

file(GLOB images *.png)

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