share/hedgewars/Data/Themes/Cake/CMakeLists.txt
author nemo
Mon, 12 Sep 2011 16:38:54 -0400
changeset 5881 099464aab4b6
parent 2602 3deb9ff104da
child 11772 927c45b83496
permissions -rw-r--r--
fix for issue #139

file(GLOB images *.png)

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