share/hedgewars/Data/Scripts/Multiplayer/CMakeLists.txt
author Wuzzy <almikes@aol.com>
Wed, 26 Apr 2017 19:00:32 +0200
changeset 12341 c73521104fac
parent 10510 9329dab04490
permissions -rw-r--r--
Mutant: Fix “Boring” taunt being played when becoming the mutant

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

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