share/hedgewars/Data/Missions/Campaign/A_Space_Adventure/CMakeLists.txt
author Wuzzy <Wuzzy2@mail.ru>
Mon, 14 Jan 2019 17:04:18 +0100
changeset 14580 1a68c8a07d1f
parent 9308 4bddcc1a1450
permissions -rw-r--r--
ASA moon02: Fix player not losing if time runs out while still having the rope

file(GLOB Config *.ini)
file(GLOB Missions *.lua)
file(GLOB Packs *.hwp)

install(FILES
    ${Config}
    ${Missions}
    ${Packs}
    DESTINATION "${SHAREPATH}Data/Missions/Campaign/A_Space_Adventure")