share/hedgewars/Data/Scripts/CMakeLists.txt
author Wuzzy <almikes@aol.com>
Wed, 27 Sep 2017 04:28:34 +0200
changeset 12554 d8af6f9b51c6
parent 8443 2debc9b9f917
permissions -rw-r--r--
Disable SD in ACF6 and ASA: The first stop

file(GLOB luafiles *.lua)

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

add_subdirectory(Multiplayer)