1
file(GLOB images *.png)
2
3
install(FILES
4
theme.cfg
5
${images}
6
DESTINATION ${SHAREPATH}Data/Themes/Cheese)