share/hedgewars/Data/Missions/Training/CMakeLists.txt
author unc0rr
Wed, 30 Jun 2021 00:18:53 +0200
changeset 15810 ee84e417d8d0
parent 13087 b6df6283e2ba
permissions -rw-r--r--
Add parser and idempotention tests for server messages

file(GLOB Scripts *.lua)

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