share/hedgewars/Data/Scripts/CMakeLists.txt
author nemo
Sat, 29 Mar 2014 13:57:46 -0400
changeset 10219 bbeb1e9aaa65
parent 8443 2debc9b9f917
permissions -rw-r--r--
param for original highlander mode - right now just allows getting another copy of a weapon you already had, but had used that turn.

file(GLOB luafiles *.lua)

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

add_subdirectory(Multiplayer)