share/hedgewars/Data/Scripts/CMakeLists.txt
author Wuzzy <almikes@aol.com>
Mon, 18 Apr 2016 22:12:50 +0200
changeset 12024 67b18844e3bb
parent 8443 2debc9b9f917
permissions -rw-r--r--
HedgeEditor: Minor string corrections

file(GLOB luafiles *.lua)

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

add_subdirectory(Multiplayer)