share/hedgewars/Data/Music/CMakeLists.txt
author koda
Wed, 19 Apr 2017 08:35:31 -0400
changeset 12285 3cdd664f6d0c
parent 11775 ee85798d6974
child 15327 02fa79f62220
permissions -rw-r--r--
travis: Exclude gcc for the macOS target gcc is just a symlink to clang on this platform.

file(GLOB BaseMusic *.ogg)

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