share/hedgewars/Data/Music/CMakeLists.txt
author unC0Rr
Fri, 07 Dec 2018 13:56:45 +0100
changeset 14377 b6824a53d4b1
parent 11780 ee85798d6974
child 15311 02fa79f62220
permissions -rw-r--r--
Allow to instantiate HWEngine with different library binaries

file(GLOB BaseMusic *.ogg)

install(FILES
    ${BaseMusic}
    ${MusicCredits}
    credits.txt
    DESTINATION ${SHAREPATH}Data/Music)