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