share/hedgewars/Data/Scripts/Multiplayer/CMakeLists.txt
author nemo
Tue, 02 Dec 2014 14:26:16 -0500
changeset 10604 f2f9928ea2e7
parent 10510 9329dab04490
permissions -rw-r--r--
Sheepluva thought this was worth adding.

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

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