share/hedgewars/Data/Themes/Art/CMakeLists.txt
author nemo
Fri, 28 Nov 2014 14:58:33 -0500
changeset 10556 c4ca0fc00c3b
parent 3506 0523e68f1972
child 11773 ae10ff578eb2
permissions -rw-r--r--
zopfli compression for images where the win was 10+% and the files would be included in the release

file(GLOB images *.png)

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