share/hedgewars/Data/Scripts/Multiplayer/CMakeLists.txt
author unC0Rr
Fri, 12 Feb 2016 17:03:42 +0300
changeset 11547 64a5ab2c4f00
parent 10510 9329dab04490
permissions -rw-r--r--
Attempt to implement hash for special points to detect tech racer maps

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

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