share/hedgewars/Data/Themes/Bamboo/CMakeLists.txt
author Wuzzy <Wuzzy2@mail.ru>
Fri, 19 Apr 2019 04:48:30 +0200
changeset 14810 583d8b96fb30
parent 11769 8b17caab10ec
permissions -rw-r--r--
Select appropriate schemes when taking room control (bug #461)

file(GLOB images *.png)

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