share/hedgewars/Data/Missions/Campaign/CMakeLists.txt
author unc0rr
Sun, 12 Jan 2014 11:07:49 +0400
changeset 9971 071902835770
parent 9308 4bddcc1a1450
permissions -rw-r--r--
That check was too weird and complicated

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

file(GLOB Scripts *.lua)

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