share/hedgewars/Data/Scripts/Multiplayer/CMakeLists.txt
author Wuzzy <Wuzzy2@mail.ru>
Sun, 15 Sep 2019 14:46:19 +0200
changeset 15397 b186e1f4c5ed
parent 10510 9329dab04490
permissions -rw-r--r--
Racer: Make sure the waypoint placer always has 0 delay

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

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