share/hedgewars/Data/Missions/Challenge/CMakeLists.txt
author unc0rr
Thu, 08 Nov 2018 21:57:05 +0100
changeset 14176 5ad911992460
parent 13087 b6df6283e2ba
permissions -rw-r--r--
A bit of rethinking of game messages and command

file(GLOB Scripts *.lua)

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