share/hedgewars/Data/Missions/Challenge/CMakeLists.txt
author Wuzzy <Wuzzy2@mail.ru>
Mon, 03 Sep 2018 21:19:15 +0200
changeset 13759 5525f69bf76b
parent 13092 b6df6283e2ba
permissions -rw-r--r--
Fix stats screwing up in Rope Knock Challenge if you lose

file(GLOB Scripts *.lua)

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