share/hedgewars/Data/Missions/Campaign/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

add_subdirectory("A_Classic_Fairytale")
add_subdirectory("A_Space_Adventure")

file(GLOB Scripts *.lua)

install(FILES
    ${Scripts}
    DESTINATION ${SHAREPATH}Data/Missions/Campaign)