share/hedgewars/Data/Themes/Deepspace/CMakeLists.txt
author nemo
Thu, 13 Jan 2011 16:01:16 -0500
changeset 4838 6c2528fe925d
parent 3088 b99af2ee82bf
permissions -rw-r--r--
Force a bunch of images to RGBA that were either RGB or indexed, strip

file(GLOB images *.png)

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