share/hedgewars/Data/Missions/Campaign/CMakeLists.txt
author Wuzzy <Wuzzy2@mail.ru>
Wed, 14 Feb 2018 21:28:44 +0100
changeset 13002 f06660523198
parent 9308 4bddcc1a1450
permissions -rw-r--r--
Add separate control for changing hedgehog tags

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

file(GLOB Scripts *.lua)

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