share/hedgewars/Data/Themes/Snow/CMakeLists.txt
author Wuzzy <Wuzzy2@mail.ru>
Wed, 22 May 2019 23:30:10 +0200
changeset 15035 2e89487540d8
parent 11774 8b17caab10ec
permissions -rw-r--r--
ACF2: Prevent cut scene from playing when own hogs are dead or about to die

file(GLOB images *.png)

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