share/hedgewars/Data/Music/CMakeLists.txt
author nemo
Wed, 24 Dec 2014 10:34:41 -0500
changeset 10705 5983163cb7f9
parent 8443 2debc9b9f917
child 11772 927c45b83496
permissions -rw-r--r--
Add Randy's Candy_v1 as an upgrade to the Cake theme, add Cake theme to list of selectable themes. Also add forgotten Hoggywood CMakeLists.txt.

file(GLOB BaseMusic *.ogg)

install(FILES
    ${BaseMusic}
    DESTINATION ${SHAREPATH}Data/Music)