share/hedgewars/Data/Scripts/CMakeLists.txt
author Wuzzy <Wuzzy2@mail.ru>
Mon, 28 Oct 2019 20:40:46 +0100
changeset 15496 3dc01bbcd0d8
parent 8443 2debc9b9f917
permissions -rw-r--r--
Refactor Rope Knock Chellenge to use RopeKnocking library 100% compatible with old version. Players won't notice any difference.

file(GLOB luafiles *.lua)

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

add_subdirectory(Multiplayer)