share/hedgewars/Data/Music/CMakeLists.txt
author unC0Rr
Wed, 04 Jan 2023 15:26:30 +0100
branchtransitional_engine
changeset 15935 b4809653f9d6
parent 15340 9b470fff8499
permissions -rw-r--r--
Fix fill points getting out of bounds when the map is mirrored

file(GLOB BaseMusic *.ogg)

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