share/hedgewars/Data/Themes/Planes/CMakeLists.txt
author Wuzzy <almikes@aol.com>
Thu, 27 Apr 2017 04:44:55 +0200
changeset 12360 37ed9df448fa
parent 2602 3deb9ff104da
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}
    DESTINATION ${SHAREPATH}Data/Themes/Planes)