share/hedgewars/Data/Themes/Cheese/CMakeLists.txt
author sheepluva
Tue, 15 May 2018 17:05:40 +0200
branchui-scaling
changeset 13386 72bbccf9a715
parent 3088 b99af2ee82bf
permissions -rw-r--r--
fix some accidental code corruption caused by my last commit

file(GLOB images *.png)

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