fix for "Unexpected semi-colons in conditional" issue, as reported by YuGiOhJCJ
(see http://www.hedgewars.org/node/5860 )
big thanks to burp for helping to identify and fix this issue
add_subdirectory(voices)
file(GLOB BaseSounds *.ogg)
install(FILES
${BaseSounds}
DESTINATION ${SHAREPATH}Data/Sounds)