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