share/hedgewars/Data/Missions/Scenario/CMakeLists.txt
author alfadur
Wed, 19 Jun 2019 01:19:10 +0300
changeset 15179 e705ac360785
parent 13606 d5f62417f014
permissions -rw-r--r--
pin removed clients until the output buffer is flushed

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

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