share/hedgewars/Data/Themes/Bamboo/CMakeLists.txt
author sheepluva
Fri, 29 Apr 2016 23:42:37 +0200
changeset 11777 77afc967f38e
parent 11769 8b17caab10ec
permissions -rw-r--r--
fix memory corruptions caused by outofbounds-writes in uTouch

file(GLOB images *.png)

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