share/hedgewars/Data/Scripts/Multiplayer/CMakeLists.txt
author unc0rr
Mon, 05 Jan 2015 01:38:46 +0300
changeset 10758 0f3a0f117810
parent 10510 9329dab04490
permissions -rw-r--r--
Random gravity values interval should include maxgravity

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

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