share/hedgewars/Data/Themes/Stage/CMakeLists.txt
author Wuzzy <Wuzzy2@mail.ru>
Thu, 17 Jan 2019 01:35:43 +0100
changeset 14625 835072bcbfb6
parent 11773 ae10ff578eb2
permissions -rw-r--r--
Animate lib: AnimOutOfNowhere's 2nd and 3rd args are now optional

file(GLOB images *.png)

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