share/hedgewars/Data/Themes/Nature/CMakeLists.txt
author nemo
Mon, 15 Oct 2018 13:08:29 -0400
changeset 13925 7173b702e8db
parent 11774 8b17caab10ec
permissions -rw-r--r--
tag both as overloadable - seems to satisfy clang 3.4

file(GLOB images *.png)

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