share/hedgewars/Data/Music/CMakeLists.txt
author dag10
Sat, 09 Feb 2013 15:26:10 -0500
changeset 8475 f605bc59c603
parent 8443 2debc9b9f917
child 11777 927c45b83496
permissions -rw-r--r--
Initial theme selection is now random. Theme prompt now has a search input and no longer uses FlowLayout. (Resolves issue #520)

file(GLOB BaseMusic *.ogg)

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