share/hedgewars/Data/Missions/Scenario/CMakeLists.txt
author Simon McVittie <smcv@debian.org>
Mon, 12 Sep 2022 10:44:55 -0400
branch1.0.0
changeset 15860 acfa0869b579
parent 13601 d5f62417f014
permissions -rw-r--r--
do the actual remove

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

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