share/hedgewars/Data/Scripts/CMakeLists.txt
author Wuzzy <almikes@aol.com>
Wed, 23 Nov 2016 17:04:15 +0100
changeset 12041 4cdea287bbf9
parent 8443 2debc9b9f917
permissions -rw-r--r--
HedgeEditor: Rename “Standard” target and cleaver to just target and cleaver

file(GLOB luafiles *.lua)

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

add_subdirectory(Multiplayer)