share/hedgewars/Data/Missions/Campaign/A_Space_Adventure/CMakeLists.txt
author Periklis Ntanasis <pntanasis@gmail.com>
Tue, 10 Dec 2013 02:30:53 +0200
changeset 9772 30a9e740ec09
parent 9308 4bddcc1a1450
permissions -rw-r--r--
moon02 fixes: bug that didn't called win(), changed map so blue hog not placed on edges, teleport animations, removed amSkip, also error when drow hero and enemy seems fixed

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