share/hedgewars/Data/Scripts/CMakeLists.txt
author sheepluva
Mon, 08 Sep 2014 18:53:34 +0200
changeset 10407 012bb4b63117
parent 8443 2debc9b9f917
permissions -rw-r--r--
mention the hwplay:// thing in --help

file(GLOB luafiles *.lua)

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

add_subdirectory(Multiplayer)