share/hedgewars/Data/Themes/Bath/CMakeLists.txt
author nemo
Sun, 27 May 2018 13:10:32 -0400
changeset 13410 4c813650fe17
parent 2602 3deb9ff104da
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}
    DESTINATION ${SHAREPATH}Data/Themes/Bath)