share/hedgewars/Data/Themes/Cake/CMakeLists.txt
author Wuzzy <Wuzzy2@mail.ru>
Tue, 13 Mar 2018 16:57:20 +0100
branchqt5transition
changeset 13181 2148b493836e
parent 11772 927c45b83496
permissions -rw-r--r--
Update INSTALL.md about new Qt5 dependency

file(GLOB images *.png)

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