share/hedgewars/Data/Themes/Eyes/CMakeLists.txt
author unc0rr
Sat, 12 Oct 2019 23:13:32 +0200
changeset 15479 e0ab70a90718
parent 2602 3deb9ff104da
permissions -rw-r--r--
Add utility to convert server-side replay files into hwd binary format

file(GLOB images *.png)

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