share/hedgewars/Data/Scripts/CMakeLists.txt
author antonc27 <antonc27@mail.ru>
Sat, 30 Dec 2017 01:31:27 +0100
branchios-develop
changeset 12878 f012ce693681
parent 8443 2debc9b9f917
permissions -rw-r--r--
- Present stats page always on main thread

file(GLOB luafiles *.lua)

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

add_subdirectory(Multiplayer)