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