share/hedgewars/Data/Themes/Bamboo/CMakeLists.txt
author smxx
Sat, 27 Mar 2010 22:37:39 +0000
changeset 3130 e215afc1ce7a
parent 2602 3deb9ff104da
child 11769 8b17caab10ec
permissions -rw-r--r--
Themes: * Updated all very small skyL/skyR textures to power of two dimensions to avoid artifacts

file(GLOB images *.png)

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