share/hedgewars/Data/Themes/Cave/CMakeLists.txt
author unc0rr
Mon, 29 Apr 2019 23:41:25 +0200
changeset 14875 aed75d439027
parent 11769 8b17caab10ec
permissions -rw-r--r--
Implement external events approach to input user actions into engine. Doesn't work for some obscure reason ("Error: Unknown method parameter type: LongEventType")

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

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