share/hedgewars/Data/Themes/Golf/CMakeLists.txt
author koda
Wed, 26 Oct 2011 01:17:44 +0200
changeset 6210 923c8414e3af
parent 5535 f18ae9c9ab3d
child 11773 ae10ff578eb2
permissions -rw-r--r--
fix runtime compability with ios 3.* (hopefully) and fix a small glitch in turning off music/sounds

file(GLOB images *.png)

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