share/hedgewars/Data/Themes/Castle/CMakeLists.txt
author koda
Thu, 10 May 2012 23:21:56 +0200
changeset 7048 0a4c88935902
parent 2602 3deb9ff104da
permissions -rw-r--r--
the ios port runs again, although with a few things to sort out

file(GLOB images *.png)

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