also convert/pngcrush png pictures with 16bit/channel (resulting in 8bit/channel) and repage their layers (as I found out that some of the pics had their layer offset the actual visual area, which makes the picture look blank in gimp)
file(GLOB images *.png)
install(FILES
theme.cfg
${images}
DESTINATION ${SHAREPATH}Data/Themes/Castle)