share/hedgewars/Data/Missions/Challenge/CMakeLists.txt
author unC0Rr
Tue, 21 May 2024 14:38:30 +0200
changeset 16017 e8afb1bf2779
parent 13087 b6df6283e2ba
permissions -rw-r--r--
Implement triggering advancement of simulation in qmlfrontend

file(GLOB Scripts *.lua)

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