share/hedgewars/Data/Themes/Beach/CMakeLists.txt
author Ondrej Skopek <skopekondrej@gmail.com>
Sat, 15 Dec 2012 23:00:07 +0100
changeset 8301 8bf36d368291
parent 5054 71dd49f31582
permissions -rw-r--r--
Documented an unclear method call

file(GLOB images *.png)

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