share/hedgewars/Data/Themes/Sheep/CMakeLists.txt
author Wuzzy <Wuzzy2@mail.ru>
Fri, 31 Aug 2018 21:22:12 +0200
changeset 13730 eeeea1cfaf08
parent 11774 8b17caab10ec
permissions -rw-r--r--
Backed out changeset a62408ee8281. Allowing HedgewarsScriptLoad to not stop if script is missing is dumb

file(GLOB images *.png)

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