share/hedgewars/Data/Missions/Campaign/CMakeLists.txt
author Wuzzy <almikes@aol.com>
Wed, 03 May 2017 03:54:18 +0200
changeset 12393 d3a9ffdc8b85
parent 9308 4bddcc1a1450
permissions -rw-r--r--
Complete the strings in hedgewars_en.ts (mostly to fix plural forms)

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

file(GLOB Scripts *.lua)

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