share/hedgewars/Data/Missions/Campaign/CMakeLists.txt
author alfadur
Sat, 13 Apr 2019 00:08:04 +0300
changeset 14799 e41131607167
parent 9308 4bddcc1a1450
permissions -rw-r--r--
restore setup sending on room join

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

file(GLOB Scripts *.lua)

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