share/hedgewars/Data/Themes/Brick/CMakeLists.txt
author Wuzzy <almikes@aol.com>
Fri, 28 Apr 2017 22:08:12 +0200
changeset 12387 95fc84a9837e
parent 11778 ae10ff578eb2
permissions -rw-r--r--
Update ChangeLog.txt, mostly for campaign bugfixes

file(GLOB images *.png)

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