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

file(GLOB luafiles *.lua)

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

add_subdirectory(Multiplayer)