share/hedgewars/Data/Missions/Campaign/CMakeLists.txt
author unc0rr
Mon, 11 May 2015 19:58:54 +0300
changeset 10941 6f1b2d0dacdf
parent 9308 4bddcc1a1450
permissions -rw-r--r--
- Take girder height into account (fix issue #908) - Fix off-by-2 error in girder placement - Some tweaks to allow for more girders placed

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

file(GLOB Scripts *.lua)

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