share/hedgewars/Data/Missions/Campaign/CMakeLists.txt
author Wuzzy <Wuzzy2@mail.ru>
Tue, 24 Oct 2017 04:06:03 +0200
changeset 12753 aa96dec39da8
parent 9308 4bddcc1a1450
permissions -rw-r--r--
More changelog updates

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

file(GLOB Scripts *.lua)

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