share/hedgewars/Data/Themes/Fruit/CMakeLists.txt
author Wuzzy <almikes@aol.com>
Fri, 06 May 2016 16:08:48 +0200
changeset 11812 92b3b0fcb41f
parent 11772 927c45b83496
permissions -rw-r--r--
Add more What's This? texts throughout the frontend

file(GLOB images *.png)

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