share/hedgewars/Data/Scripts/CMakeLists.txt
author unc0rr
Mon, 01 May 2017 13:59:24 +0300
branch0.9.22
changeset 12406 7342f5020691
parent 8443 2debc9b9f917
permissions -rw-r--r--
Update racer scripts

file(GLOB luafiles *.lua)

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

add_subdirectory(Multiplayer)