share/hedgewars/Data/Themes/Snow/CMakeLists.txt
author Wuzzy <Wuzzy2@mail.ru>
Thu, 26 Oct 2017 22:40:17 +0200
changeset 12783 cb29ec085767
parent 11774 8b17caab10ec
permissions -rw-r--r--
Animate library: Add new parameter maxMoveTime to AnimMove

file(GLOB images *.png)

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