share/hedgewars/Data/Themes/Snow/CMakeLists.txt
author nemo
Sun, 08 Dec 2013 16:04:40 -0500
changeset 9768 08799c901a42
parent 2602 3deb9ff104da
child 11769 8b17caab10ec
permissions -rw-r--r--
Add rubber utility. Graphics are still incomplete. Also flag snow/ice in theme config.

file(GLOB images *.png)

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