share/hedgewars/Data/Themes/Jungle/CMakeLists.txt
author unc0rr
Wed, 14 May 2014 21:41:42 +0400
changeset 10243 9a3ba4e76e38
parent 4052 dd5e00d79efe
child 11769 8b17caab10ec
permissions -rw-r--r--
Small optimization (no need to draw last point of the path)

file(GLOB images *.png)

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