share/hedgewars/Data/Themes/Compost/CMakeLists.txt
author nemo
Mon, 05 Nov 2018 14:46:35 -0500
changeset 14136 ded06cf5645a
parent 2602 3deb9ff104da
permissions -rw-r--r--
wtf

file(GLOB images *.png)

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