share/hedgewars/Data/Missions/Challenge/CMakeLists.txt
author Wuzzy <Wuzzy2@mail.ru>
Fri, 31 May 2019 21:39:47 +0200
changeset 15096 5c8c729a16ce
parent 13092 b6df6283e2ba
permissions -rw-r--r--
Scenarios: Show "Mission succeeded/failed!" in stats screen

file(GLOB Scripts *.lua)

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