share/hedgewars/Data/Music/CMakeLists.txt
author nemo
Sun, 29 Apr 2018 10:47:02 -0400
changeset 13353 5f6208031658
parent 11780 ee85798d6974
child 15311 02fa79f62220
permissions -rw-r--r--
Back out 12847:1aba77b2e4ac This both does NOT fix the seed mismatch with shoppa map preview *AND* breaks otherwise identical scripts with different file encodings due to multiple lua calls.

file(GLOB BaseMusic *.ogg)

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