share/hedgewars/Data/Missions/Challenge/CMakeLists.txt
author Wuzzy <Wuzzy2@mail.ru>
Sun, 02 Sep 2018 21:26:44 +0200
changeset 13740 2bb7141496a9
parent 13087 b6df6283e2ba
permissions -rw-r--r--
Use SetTurnTimeLeft and SetReadyTimeLeft in all scripts

file(GLOB Scripts *.lua)

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