share/hedgewars/Data/Themes/Jungle/CMakeLists.txt
author nemo
Sun, 09 Nov 2014 16:38:26 -0500 (2014-11-09)
changeset 10480 43c6b9cfb569
parent 4052 dd5e00d79efe
child 11769 8b17caab10ec
permissions -rw-r--r--
Copypasta to hopefully hook up net sync correctly.
file(GLOB images *.png)

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