share/hedgewars/Data/Missions/Campaign/CMakeLists.txt
author Wuzzy <almikes@aol.com>
Mon, 25 Sep 2017 23:04:15 +0200
changeset 12525 767920fd03a1
parent 9308 4bddcc1a1450
permissions -rw-r--r--
ASA, Searching in the dust: Fix Hog Solo being able to rope past all smugglers

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

file(GLOB Scripts *.lua)

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