share/hedgewars/Data/Themes/Cheese/CMakeLists.txt
author nemo
Fri, 07 Oct 2011 17:29:00 -0400
changeset 6091 77b826a8f996
parent 3088 b99af2ee82bf
permissions -rw-r--r--
Move the crystals to sprays to reduce the regularity of the land texture

file(GLOB images *.png)

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