share/hedgewars/Data/Graphics/SuddenDeath/CMakeLists.txt
author unC0Rr
Thu, 22 Oct 2020 12:33:35 +0200
branch1.0.0
changeset 15865 6b10b0cdbeab
parent 8443 2debc9b9f917
permissions -rw-r--r--
Mark global variables in implementation section static

file(GLOB Sprites *.png)

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