share/hedgewars/Data/Scripts/CMakeLists.txt
author nemo
Fri, 08 Feb 2013 21:22:11 -0500
changeset 8473 555235e90010
parent 8443 2debc9b9f917
permissions -rw-r--r--
this should not be exposed

file(GLOB luafiles *.lua)

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

add_subdirectory(Multiplayer)