share/hedgewars/Data/Themes/Cake/CMakeLists.txt
author koda
Wed, 06 Mar 2013 16:48:03 +0100
changeset 8674 fff355ba2902
parent 2602 3deb9ff104da
child 11777 927c45b83496
permissions -rw-r--r--
our cmake modules have become good enough, prefer them over system ones

file(GLOB images *.png)

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