share/hedgewars/Data/Missions/Campaign/CMakeLists.txt
author sheepluva
Mon, 04 May 2015 18:32:33 +0200
changeset 10926 43612076e989
parent 9308 4bddcc1a1450
permissions -rw-r--r--
chat: simplify some code and fix bugs I noticed during testing

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

file(GLOB Scripts *.lua)

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