1 file(GLOB BaseSounds *.ogg)
2
3 install(FILES
4 ${BaseSounds}
5 DESTINATION ${SHAREPATH}Data/Sounds/voices)