share/hedgewars/Data/Scripts/CMakeLists.txt
author unc0rr
Wed, 14 May 2014 21:41:42 +0400
changeset 10243 9a3ba4e76e38
parent 8443 2debc9b9f917
permissions -rw-r--r--
Small optimization (no need to draw last point of the path)

file(GLOB luafiles *.lua)

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

add_subdirectory(Multiplayer)