share/hedgewars/Data/Themes/Snow/CMakeLists.txt
author Wuzzy <Wuzzy2@mail.ru>
Thu, 12 Jul 2018 14:41:24 +0200
changeset 13489 480ea997036b
parent 11774 8b17caab10ec
permissions -rw-r--r--
Send proper failure error message when image loading has failed

file(GLOB images *.png)

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