share/hedgewars/Data/Themes/Fruit/CMakeLists.txt
author Wuzzy <almikes@aol.com>
Thu, 27 Apr 2017 04:44:55 +0200
changeset 12360 37ed9df448fa
parent 11777 927c45b83496
permissions -rw-r--r--
Refactor HedgeEditor output, get rid of wepArray in favor of simpler ammo iteration

file(GLOB images *.png)

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