share/hedgewars/Data/Themes/Golf/CMakeLists.txt
author nemo
Fri, 07 Oct 2011 23:57:14 -0400
changeset 6096 a00dbbf49d6c
parent 5535 f18ae9c9ab3d
child 11778 ae10ff578eb2
permissions -rw-r--r--
Add landbacktex to a few maps, just to see how it looks.

file(GLOB images *.png)

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