share/hedgewars/Data/Themes/Deepspace/CMakeLists.txt
author Wuzzy <Wuzzy2@mail.ru>
Tue, 04 Sep 2018 20:38:15 +0200
changeset 13767 f5eea79da795
parent 3088 b99af2ee82bf
permissions -rw-r--r--
Fix crash when defeating all enemies in ACF8 (HideHog was called too early)

file(GLOB images *.png)

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