share/hedgewars/Data/Missions/Campaign/CMakeLists.txt
author alfadur
Wed, 27 Mar 2019 23:26:58 +0300
changeset 14726 75ff5c643004
parent 9308 4bddcc1a1450
permissions -rw-r--r--
actually atlas tests were also broken

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

file(GLOB Scripts *.lua)

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