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