share/hedgewars/Data/Missions/Challenge/CMakeLists.txt
author Wuzzy <Wuzzy2@mail.ru>
Mon, 21 Jan 2019 20:17:44 +0100
changeset 14652 919754e1c269
parent 13087 b6df6283e2ba
permissions -rw-r--r--
Remove now unused parameters in SpeedShoppa/TargetPractice challenges

file(GLOB Scripts *.lua)

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