share/hedgewars/Data/Themes/Planes/CMakeLists.txt
author nemo
Fri, 07 Oct 2011 17:29:00 -0400
changeset 6091 77b826a8f996
parent 2602 3deb9ff104da
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/Planes)