share/hedgewars/Data/Maps/TrophyRace/CMakeLists.txt
author sheepluva
Wed, 07 Oct 2015 23:20:31 +0200
changeset 11205 9301550d2566
parent 8443 2debc9b9f917
child 11774 8b17caab10ec
permissions -rw-r--r--
TrophyRace: fix nil error warning, caused by needlessly re-retrieving the name of the best hedgehog (which could be dead at that point)

install(FILES
    map.cfg
    map.lua
    map.png
    mask.png
    preview.png
    desc.txt
    DESTINATION ${SHAREPATH}Data/Maps/TrophyRace)