share/hedgewars/Data/Graphics/SuddenDeath/CMakeLists.txt
author Wuzzy <almikes@aol.com>
Sat, 08 Apr 2017 05:04:18 +0200
changeset 12191 322aaad4a93d
parent 8443 2debc9b9f917
permissions -rw-r--r--
Load screen: Move “LOADING” from image into text box So this message can be properly translated

file(GLOB Sprites *.png)

install(FILES
    ${Sprites}
    DESTINATION ${SHAREPATH}Data/Graphics/SuddenDeath)