share/hedgewars/Data/Themes/Freeway/CMakeLists.txt
author Wuzzy <Wuzzy2@mail.ru>
Wed, 15 May 2019 04:06:47 +0200
changeset 14953 6c17ef373079
parent 11769 8b17caab10ec
permissions -rw-r--r--
Mask sndFlyAway in Space Invasion and Tumbler

file(GLOB images *.png)

install(FILES
    theme.cfg
    ${images}
    credits.txt
    DESTINATION ${SHAREPATH}Data/Themes/Freeway)