share/hedgewars/Data/Themes/Golf/CMakeLists.txt
author nemo
Mon, 12 Sep 2011 16:38:54 -0400
changeset 5881 099464aab4b6
parent 5535 f18ae9c9ab3d
child 11773 ae10ff578eb2
permissions -rw-r--r--
fix for issue #139

file(GLOB images *.png)

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