share/hedgewars/Data/Themes/Art/CMakeLists.txt
author Wuzzy <almikes@aol.com>
Thu, 18 May 2017 00:57:15 +0200
changeset 12429 90e43d1bcd5b
parent 11773 ae10ff578eb2
permissions -rw-r--r--
HedgeEditor: Add 2 names to Mushroom Kingdom team identidy to get a full set of 8 hogs

file(GLOB images *.png)

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