share/hedgewars/Data/Graphics/SuddenDeath/CMakeLists.txt
author nemo
Wed, 09 Aug 2017 15:36:05 -0400
changeset 12453 8b89fe2115ad
parent 8443 2debc9b9f917
permissions -rw-r--r--
So, was trying to allow spawning on level surfaces of ice but not girders, but seems to be failing. We'll call this WIP

file(GLOB Sprites *.png)

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