share/hedgewars/Data/Music/CMakeLists.txt
author sheepluva
Mon, 16 Jun 2014 19:07:11 +0200
changeset 10315 d464a04450cc
parent 8443 2debc9b9f917
child 11772 927c45b83496
permissions -rw-r--r--
Qt-Frontend: update description of findhh to better reflect current behavior. thanks to the friendly reminder in issue #805

file(GLOB BaseMusic *.ogg)

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