share/hedgewars/Data/Missions/Campaign/CMakeLists.txt
author sheepluva
Tue, 04 Feb 2014 17:18:05 +0100
changeset 10106 4020864e3d79
parent 9308 4bddcc1a1450
permissions -rw-r--r--
fix a relevant warning I caused by accident

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

file(GLOB Scripts *.lua)

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