share/hedgewars/Data/Missions/Scenario/CMakeLists.txt
author Wuzzy <Wuzzy2@mail.ru>
Mon, 21 Jan 2019 19:49:38 +0100
changeset 14649 e7b2542c4d28
parent 13601 d5f62417f014
permissions -rw-r--r--
More spawn height tweaking in missions

file(GLOB Scripts *.lua)
file(GLOB Packs *.hwp)

install(FILES
    ${Scripts}
    ${Packs}
    order.cfg
    DESTINATION ${SHAREPATH}Data/Missions/Scenario)