share/hedgewars/Data/Themes/Cake/CMakeLists.txt
author Wuzzy <Wuzzy2@mail.ru>
Thu, 13 Dec 2018 22:50:14 +0100
changeset 14438 a88c61d8976a
parent 11777 927c45b83496
permissions -rw-r--r--
Clean up CREDITS file, move more credits to credits.csv

file(GLOB images *.png)

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