share/hedgewars/Data/Scripts/CMakeLists.txt
author koda
Sun, 10 Mar 2013 15:44:03 +0100
changeset 8716 e09633d10f16
parent 8443 2debc9b9f917
permissions -rw-r--r--
hit hwplay://server:port and automatically join an unofficial server (on osx right now)

file(GLOB luafiles *.lua)

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

add_subdirectory(Multiplayer)