share/hedgewars/Data/Themes/Cave/CMakeLists.txt
author nemo
Fri, 07 Oct 2011 17:29:00 -0400
changeset 6091 77b826a8f996
parent 6090 bf098cf5f998
child 11769 8b17caab10ec
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/Cave)