share/hedgewars/Data/Themes/Christmas/CMakeLists.txt
author Wuzzy <Wuzzy2@mail.ru>
Thu, 22 Feb 2018 01:03:40 +0100
changeset 13059 2d0f3e12fcad
parent 4636 b7c3c7bc6d1f
permissions -rw-r--r--
SimpleMission: Add support for failure texts in the stats screen

file(GLOB images *.png)

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