share/hedgewars/Data/Missions/Campaign/CMakeLists.txt
author sheepluva
Sat, 30 Apr 2016 21:06:46 +0200
changeset 11787 8873546a893c
parent 9308 4bddcc1a1450
permissions -rw-r--r--
update changelog

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

file(GLOB Scripts *.lua)

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