share/hedgewars/Data/Missions/Campaign/CMakeLists.txt
author Wuzzy <almikes@aol.com>
Tue, 26 Sep 2017 05:09:33 +0200
changeset 12535 baee67bfa5c2
parent 9308 4bddcc1a1450
permissions -rw-r--r--
ASA, the final battle: Fix mission panel not appearing if you watched the dialog

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

file(GLOB Scripts *.lua)

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