share/hedgewars/Data/Themes/Cheese/CMakeLists.txt
author unc0rr
Wed, 14 May 2014 21:41:42 +0400
changeset 10243 9a3ba4e76e38
parent 3088 b99af2ee82bf
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/Cheese)