share/hedgewars/Data/Scripts/CMakeLists.txt
author Wuzzy <Wuzzy2@mail.ru>
Thu, 25 Oct 2018 13:12:45 +0200
changeset 13969 fc43d63ee5a7
parent 8443 2debc9b9f917
permissions -rw-r--r--
Remove string with duplicate placeholder in sk.txt Duplicate placeholders are not supported yet.

file(GLOB luafiles *.lua)

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

add_subdirectory(Multiplayer)