share/hedgewars/Data/Themes/Nature/CMakeLists.txt
author nemo
Sun, 27 May 2018 13:10:32 -0400
changeset 13410 4c813650fe17
parent 11774 8b17caab10ec
permissions -rw-r--r--
make the mine slippery too since it has the ice finish - add a gmDelete to the gear if you want it to *not* explode when hit ☺

file(GLOB images *.png)

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