share/hedgewars/Data/Scripts/CMakeLists.txt
author Wuzzy <almikes@aol.com>
Sat, 19 Nov 2016 21:33:02 +0100
changeset 11942 abdb24f0c2d9
parent 8443 2debc9b9f917
permissions -rw-r--r--
Change descriptions for special Construction Mode tools

file(GLOB luafiles *.lua)

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

add_subdirectory(Multiplayer)