share/hedgewars/Data/Sounds/CMakeLists.txt
author Periklis Ntanasis <pntanasis@gmail.com>
Fri, 16 Aug 2013 21:56:06 +0300
branchspacecampaign
changeset 9536 7456b28a3421
parent 8443 2debc9b9f917
permissions -rw-r--r--
this seems to work fine for the escape scenario

add_subdirectory(voices)

file(GLOB BaseSounds *.ogg)

install(FILES
    ${BaseSounds}
    DESTINATION ${SHAREPATH}Data/Sounds)