share/hedgewars/Data/Missions/Scenario/CMakeLists.txt
author Wuzzy <Wuzzy2@mail.ru>
Wed, 11 Jul 2018 19:14:11 +0200
changeset 13475 2a0df4705849
parent 13087 b6df6283e2ba
child 13601 d5f62417f014
permissions -rw-r--r--
ACF5: Fix Tribe not being in same clan as Natives Clan color was off-by-one, this was probably a hack.

file(GLOB Scripts *.lua)

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