share/hedgewars/Data/Scripts/CMakeLists.txt
author unc0rr
Mon, 29 Apr 2019 23:41:25 +0200
changeset 14859 aed75d439027
parent 8443 2debc9b9f917
permissions -rw-r--r--
Implement external events approach to input user actions into engine. Doesn't work for some obscure reason ("Error: Unknown method parameter type: LongEventType")

file(GLOB luafiles *.lua)

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

add_subdirectory(Multiplayer)