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