share/hedgewars/Data/Missions/Campaign/A_Space_Adventure/CMakeLists.txt
author Wuzzy <Wuzzy2@mail.ru>
Wed, 01 Aug 2018 15:50:39 +0200
changeset 13583 141cdfe0f3ca
parent 9308 4bddcc1a1450
permissions -rw-r--r--
Switch almost all Lua calls of AddTeam to using default clan colors instead of hardcoded color Missing: fruit02, HedgeEditor

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")