share/hedgewars/Data/Scripts/Multiplayer/CMakeLists.txt
author Wuzzy <Wuzzy2@mail.ru>
Thu, 20 Sep 2018 13:07:21 +0200
changeset 13828 ced1e6ecaaad
parent 10510 9329dab04490
permissions -rw-r--r--
Fix maps variable in OfficialChallengeHashes not being global (caused error in normal Racer)

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

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