share/hedgewars/Data/Scripts/CMakeLists.txt
author Wuzzy <Wuzzy2@mail.ru>
Sat, 24 Mar 2018 22:28:53 +0100
changeset 13277 c15af5a5f458
parent 8443 2debc9b9f917
permissions -rw-r--r--
TechRacer: Remove script parameter “helpDisabled” Pointless since you can quickly toggle help anyway, so supporting this script param only clutters the documentation.

file(GLOB luafiles *.lua)

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

add_subdirectory(Multiplayer)