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

file(GLOB images *.png)

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