share/hedgewars/Data/Themes/Deepspace/CMakeLists.txt
author belphegorr <szabibibi@gmail.com>
Mon, 25 Jun 2012 11:17:19 +0300
changeset 7205 cdc38e49a276
parent 3088 b99af2ee82bf
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/Deepspace)