1
file(GLOB FlagTemplates *.png)
2
3
install(FILES
4
${FlagTemplates}
5
DESTINATION ${SHAREPATH}Data/Graphics/Flags)