share/hedgewars/Data/Music/CMakeLists.txt
author Wuzzy <almikes@aol.com>
Thu, 21 Sep 2017 03:08:25 +0200
changeset 12470 c8ee50955fae
parent 11780 ee85798d6974
child 15311 02fa79f62220
permissions -rw-r--r--
Fix vgtAmmo showing air attack icon if frame is amNothing

file(GLOB BaseMusic *.ogg)

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