share/hedgewars/Data/Themes/Compost/CMakeLists.txt
author Wuzzy <almikes@aol.com>
Sun, 08 Oct 2017 04:14:49 +0200
changeset 12675 967990d958bc
parent 2602 3deb9ff104da
permissions -rw-r--r--
Fix possibility to accidentally destroy team by entering an already existing team name

file(GLOB images *.png)

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