share/hedgewars/Data/Scripts/CMakeLists.txt
author Wuzzy <Wuzzy@disroot.org>
Wed, 24 May 2023 21:23:33 +0200
changeset 15983 416bca0a172c
parent 8443 2debc9b9f917
permissions -rw-r--r--
Properly close chat after quit command

file(GLOB luafiles *.lua)

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

add_subdirectory(Multiplayer)