share/hedgewars/Data/Missions/Campaign/CMakeLists.txt
author nemo
Wed, 24 Dec 2014 11:41:53 -0500
changeset 10712 89eaf51d0e9a
parent 9308 4bddcc1a1450
permissions -rw-r--r--
Probably fixes issue #891 although the overall playability of the campaign, who knows, since invalid name was used in the add too

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

file(GLOB Scripts *.lua)

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