share/hedgewars/Data/Scripts/Multiplayer/CMakeLists.txt
author nemo
Tue, 18 Sep 2018 19:30:55 -0400
changeset 13823 a623657da787
parent 10510 9329dab04490
permissions -rw-r--r--
restore old land hashes which in theory should not have changed in .24

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

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