share/hedgewars/Data/Themes/Cave/CMakeLists.txt
author koda
Wed, 26 Oct 2011 01:17:44 +0200
changeset 6210 923c8414e3af
parent 6090 bf098cf5f998
child 11769 8b17caab10ec
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/Cave)