share/hedgewars/Data/Themes/City/CMakeLists.txt
author Wuzzy <Wuzzy2@mail.ru>
Thu, 08 Feb 2018 09:26:24 +0100
changeset 12924 48b9f15859b0
parent 11769 8b17caab10ec
permissions -rw-r--r--
Fix failure to read game scheme (.hwg) files

file(GLOB images *.png)

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