share/hedgewars/Data/Graphics/SuddenDeath/CMakeLists.txt
author Vittorio Giovara <vittorio.giovara@gmail.com>
Fri, 03 Jan 2014 07:19:04 -0800
changeset 9927 22bb4dfbfea8
parent 8443 2debc9b9f917
permissions -rw-r--r--
Merge pull request #8 from LocutusOfBorg/fix-avwrapper-exit-calls Fixed avwrapper exit calls, fixing issue #752

file(GLOB Sprites *.png)

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