share/hedgewars/Data/Scripts/CMakeLists.txt
author Wuzzy <Wuzzy2@mail.ru>
Thu, 03 May 2018 16:46:36 +0200
changeset 13369 f609c5cd8286
parent 8443 2debc9b9f917
permissions -rw-r--r--
Continental supplies: Bouncy boomerang does not spawn crate when drowning

file(GLOB luafiles *.lua)

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

add_subdirectory(Multiplayer)