share/hedgewars/Data/Themes/Bath/CMakeLists.txt
author nemo
Fri, 07 Oct 2011 23:57:14 -0400
changeset 6096 a00dbbf49d6c
parent 2602 3deb9ff104da
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/Bath)