share/hedgewars/Data/Scripts/Multiplayer/CMakeLists.txt
author Wuzzy <Wuzzy2@mail.ru>
Mon, 26 Nov 2018 19:10:08 +0100
changeset 14301 8fc6ac47f00a
parent 10510 9329dab04490
permissions -rw-r--r--
Tweak Construction Mode, HedgeEditor, Space Invasion and Tumbler to support touch interface

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

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