share/hedgewars/Data/Scripts/Multiplayer/CMakeLists.txt
author nemo
Sat, 11 May 2013 23:36:39 -0400
changeset 8980 37f4cdd9cd2c
parent 8443 2debc9b9f917
child 10493 bcbf029e6b08
permissions -rw-r--r--
don't draw a border if there's already a bottom border, avoid placing objects over gaps in the floor

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

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