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

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

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