1
file(GLOB txttrans ??.txt)
2
file(GLOB qmtrans hedgewars_*.qm)
3
4
install(FILES
5
${txttrans}
6
${qmtrans}
7
DESTINATION ${SHAREPATH}Data/Locale)