share/hedgewars/Data/Scripts/Multiplayer/CMakeLists.txt
author Wuzzy <almikes@aol.com>
Thu, 04 May 2017 16:49:34 +0200
changeset 12412 8cc070640fd1
parent 10510 9329dab04490
permissions -rw-r--r--
Fix skipping in Racer causing the next team to be skipped, too

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

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