share/hedgewars/Data/Music/CMakeLists.txt
author Wuzzy <Wuzzy2@mail.ru>
Fri, 17 May 2019 01:55:37 +0200
changeset 14990 851f1687439d
parent 11780 ee85798d6974
child 15311 02fa79f62220
permissions -rw-r--r--
Control (style): Implement proper ranking screen and score graph

file(GLOB BaseMusic *.ogg)

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