share/hedgewars/Data/Scripts/CMakeLists.txt
author Wuzzy <almikes@aol.com>
Tue, 25 Apr 2017 02:13:18 +0200
changeset 12320 a85212a8d0e0
parent 8443 2debc9b9f917
permissions -rw-r--r--
Backed out changeset 82951b9b3c2f Reason: People think giving hogs the weapons again in consecutive turns is OP

file(GLOB luafiles *.lua)

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

add_subdirectory(Multiplayer)