share/hedgewars/Data/Themes/Compost/CMakeLists.txt
author unC0Rr
Thu, 22 Oct 2020 12:33:35 +0200
branch1.0.0
changeset 15865 6b10b0cdbeab
parent 2602 3deb9ff104da
permissions -rw-r--r--
Mark global variables in implementation section static

file(GLOB images *.png)

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