share/hedgewars/Data/Themes/Island/CMakeLists.txt
author unc0rr
Wed, 02 May 2018 23:07:41 +0200
changeset 13363 a79c1206bacd
parent 2602 3deb9ff104da
permissions -rw-r--r--
Call GetNext twice as many times to distribute seed across the whole buffer even for single byte seeds

file(GLOB images *.png)

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