share/hedgewars/Data/Sounds/CMakeLists.txt
author sheepluva
Tue, 15 May 2018 23:47:07 +0200
branchui-scaling
changeset 13387 706b34d0ce60
parent 8443 2debc9b9f917
permissions -rw-r--r--
whoops, I initialized my new var incorrectly

add_subdirectory(voices)

file(GLOB BaseSounds *.ogg)

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