share/hedgewars/Data/Scripts/CMakeLists.txt
author nemo
Fri, 30 Oct 2015 16:04:51 -0400
changeset 11262 6d5505bff3f3
parent 8443 2debc9b9f917
permissions -rw-r--r--
refocus camera on roping hog. totally untested.

file(GLOB luafiles *.lua)

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

add_subdirectory(Multiplayer)