share/hedgewars/Data/Themes/Digital/CMakeLists.txt
author nemo
Sun, 13 Sep 2015 18:58:22 -0400
changeset 11178 5cadfe82eaf6
parent 5104 e31409482740
permissions -rw-r--r--
airmine hand sprite by wuzzy. totally temporary...

file(GLOB images *.png)

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