share/hedgewars/Data/Missions/Training/CMakeLists.txt
author Wuzzy <Wuzzy2@mail.ru>
Tue, 07 May 2019 15:50:15 +0200
changeset 14902 6a928999fefd
parent 13092 b6df6283e2ba
permissions -rw-r--r--
Add Lua callback: onPreciseLocal

file(GLOB Scripts *.lua)

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