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

file(GLOB Scripts *.lua)
file(GLOB Packs *.hwp)

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