share/hedgewars/Data/Themes/Cave/CMakeLists.txt
author Wuzzy <almikes@aol.com>
Sat, 22 Apr 2017 23:06:47 +0200
changeset 12311 cdd884397760
parent 11774 8b17caab10ec
permissions -rw-r--r--
Fix sniper rifle disabling laser sight utility after shooting

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

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