share/hedgewars/Data/Missions/Training/CMakeLists.txt
author Wuzzy <Wuzzy@disroot.org>
Wed, 24 May 2023 21:23:33 +0200
changeset 15983 416bca0a172c
parent 13087 b6df6283e2ba
permissions -rw-r--r--
Properly close chat after quit command

file(GLOB Scripts *.lua)

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