share/hedgewars/Data/Scripts/CMakeLists.txt
author Wuzzy <almikes@aol.com>
Wed, 23 Nov 2016 13:59:36 +0100
changeset 12027 477f3b3d00d8
parent 8443 2debc9b9f917
permissions -rw-r--r--
HedgeEditor: Proper indentation for atkArray and utilArray

file(GLOB luafiles *.lua)

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

add_subdirectory(Multiplayer)