share/hedgewars/Data/Themes/Christmas/CMakeLists.txt
author Wuzzy <Wuzzy2@mail.ru>
Tue, 17 Jul 2018 14:20:58 +0200
changeset 13499 b5f8864a38d3
parent 4636 b7c3c7bc6d1f
permissions -rw-r--r--
Add proper exit codes when halt-ing hwengine due to error

file(GLOB images *.png)

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