share/hedgewars/Data/Missions/Scenario/CMakeLists.txt
author Wuzzy <Wuzzy2@mail.ru>
Wed, 01 Aug 2018 15:50:39 +0200
changeset 13583 141cdfe0f3ca
parent 13087 b6df6283e2ba
child 13601 d5f62417f014
permissions -rw-r--r--
Switch almost all Lua calls of AddTeam to using default clan colors instead of hardcoded color Missing: fruit02, HedgeEditor

file(GLOB Scripts *.lua)

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