share/hedgewars/Data/Missions/Scenario/CMakeLists.txt
author Wuzzy <Wuzzy2@mail.ru>
Fri, 05 Oct 2018 16:36:41 +0200
changeset 13849 297cf5c19172
parent 13601 d5f62417f014
permissions -rw-r--r--
Remove usage of creeper from all schemes and styles

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

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