share/hedgewars/Data/Scripts/CMakeLists.txt
author Wuzzy <Wuzzy2@mail.ru>
Fri, 16 Feb 2018 19:16:35 +0100
changeset 13019 880662cf41ee
parent 8443 2debc9b9f917
permissions -rw-r--r--
Add team score next to team bars for CTF_Blizard, Control, CTF, Mutant, Space Invasion

file(GLOB luafiles *.lua)

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

add_subdirectory(Multiplayer)