share/hedgewars/Data/Themes/Cave/CMakeLists.txt
author Wuzzy <Wuzzy2@mail.ru>
Wed, 16 Jan 2019 23:50:35 +0100
changeset 14619 03033213e800
parent 11769 8b17caab10ec
permissions -rw-r--r--
Lua: Fix SetAmmoDelay not working properly when called after initialization

file(GLOB images *.png)
file(GLOB credits.txt credits)

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