share/hedgewars/Data/Themes/Cake/CMakeLists.txt
author Wuzzy <Wuzzy2@mail.ru>
Fri, 09 Mar 2018 19:40:49 +0100
changeset 13151 9655072d0286
parent 11777 927c45b83496
permissions -rw-r--r--
ACF8: Fix invisible cyborg sometimes blocking the way

file(GLOB images *.png)

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