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

file(GLOB luafiles *.lua)
file(GLOB cfgfiles *.cfg)

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