share/hedgewars/Data/Scripts/Multiplayer/CMakeLists.txt
author Wuzzy <almikes@aol.com>
Thu, 27 Apr 2017 05:04:32 +0200
changeset 12357 ae6503e17764
parent 10510 9329dab04490
permissions -rw-r--r--
HedgeEditor: Fix blow torch / pick hammer in wrong crate type

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

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