diff -r c9da8046f618 -r 927c45b83496 share/hedgewars/Data/Music/CMakeLists.txt --- a/share/hedgewars/Data/Music/CMakeLists.txt Fri Apr 29 12:26:13 2016 +0200 +++ b/share/hedgewars/Data/Music/CMakeLists.txt Fri Apr 29 13:12:26 2016 +0200 @@ -1,5 +1,7 @@ file(GLOB BaseMusic *.ogg) +file(GLOB MusicCredits *_credits.txt) install(FILES ${BaseMusic} + ${MusicCredits} DESTINATION ${SHAREPATH}Data/Music)