share/hedgewars/Data/Themes/Cave/CMakeLists.txt
author KoBeWi
Mon, 30 Jul 2018 20:38:01 +0200
changeset 13575 213f2bef8a24
parent 11769 8b17caab10ec
permissions -rw-r--r--
Update Polish translation

file(GLOB images *.png)
file(GLOB credits.txt credits)

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