share/hedgewars/Data/Scripts/CMakeLists.txt
author Wuzzy <almikes@aol.com>
Sun, 08 Oct 2017 04:14:49 +0200
changeset 12675 967990d958bc
parent 8443 2debc9b9f917
permissions -rw-r--r--
Fix possibility to accidentally destroy team by entering an already existing team name

file(GLOB luafiles *.lua)

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

add_subdirectory(Multiplayer)