share/hedgewars/Data/Graphics/Missions/Training/CMakeLists.txt
author sheepluva
Mon, 15 Dec 2014 15:24:26 +0100
changeset 10674 fddbab2eecea
parent 8443 2debc9b9f917
permissions -rw-r--r--
issue #852: Using blowtorch to dig through the wrap-around border in caves fails miserably

file(GLOB MissionPics *@2x.png)

install(FILES
    ${MissionPics}
    DESTINATION ${SHAREPATH}Data/Graphics/Missions/Training)