share/hedgewars/Data/Missions/Scenario/CMakeLists.txt
author Wuzzy <Wuzzy2@mail.ru>
Thu, 02 Aug 2018 06:27:18 +0200
changeset 13606 d5f62417f014
parent 13092 b6df6283e2ba
permissions -rw-r--r--
Include HWP of Big Armory in CMakeLists

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

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