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