share/hedgewars/Data/Missions/Campaign/CMakeLists.txt
author nemo
Sun, 30 Nov 2014 15:12:59 -0500
changeset 10587 1dac23b5fe3b
parent 9308 4bddcc1a1450
permissions -rw-r--r--
delay cake boom until it has walked a little bit. also fix accidental drowning of watergods in last commit

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

file(GLOB Scripts *.lua)

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