share/hedgewars/Data/Themes/Cave/CMakeLists.txt
author belphegorr <szabibibi@gmail.com>
Sun, 01 Jul 2012 17:24:04 +0300
changeset 7217 bc87b2b6f18b
parent 6090 bf098cf5f998
child 11774 8b17caab10ec
permissions -rw-r--r--
Removed some debugging lines I forgot to remove.

file(GLOB images *.png)

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