share/hedgewars/Data/Themes/Golf/CMakeLists.txt
author belphegorr <szabibibi@gmail.com>
Mon, 25 Jun 2012 11:17:19 +0300
changeset 7205 cdc38e49a276
parent 5535 f18ae9c9ab3d
child 11778 ae10ff578eb2
permissions -rw-r--r--
Added the helper script I forgot to add last time

file(GLOB images *.png)

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