share/hedgewars/Data/Missions/Campaign/CMakeLists.txt
author Wuzzy <almikes@aol.com>
Thu, 28 Sep 2017 07:09:18 +0200
changeset 12576 903a30fb49e6
parent 9308 4bddcc1a1450
permissions -rw-r--r--
Fix team colors of most teams in A Space Adventure to denote correct ally status A Space Adventure often gave different colors to allied teams, which is wrong! A few exceptions remain for technical reasons.

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

file(GLOB Scripts *.lua)

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