share/hedgewars/Data/Music/CMakeLists.txt
author Wuzzy <Wuzzy@disroot.org>
Wed, 28 Jun 2023 12:01:43 +0200
changeset 15964 d18261ddac4a
parent 15319 9b470fff8499
permissions -rw-r--r--
Fix errors if passing bad script param to [Tech]Racer

file(GLOB BaseMusic *.ogg)

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