share/hedgewars/Data/Scripts/CMakeLists.txt
author nemo
Wed, 30 Oct 2013 15:13:17 -0400
changeset 9657 2d8cae3c0855
parent 8443 2debc9b9f917
permissions -rw-r--r--
use gameticks instead of turn timer. untested. also replaced tabs with spaces

file(GLOB luafiles *.lua)

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

add_subdirectory(Multiplayer)