share/hedgewars/Data/Missions/Campaign/CMakeLists.txt
author Wuzzy <almikes@aol.com>
Wed, 17 May 2017 23:28:21 +0200
changeset 12431 9f3387907e06
parent 9308 4bddcc1a1450
permissions -rw-r--r--
Fix even more bad/broken loc()'s in scripts (hopefully the last one)

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

file(GLOB Scripts *.lua)

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