share/hedgewars/Data/Scripts/CMakeLists.txt
author antonc27 <antonc27@mail.ru>
Wed, 21 Oct 2015 21:58:50 +0200
branchios-revival
changeset 11223 93bc68aa41d3
parent 8443 2debc9b9f917
permissions -rw-r--r--
- Workaround for team's name with spaces in StatsPage

file(GLOB luafiles *.lua)

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

add_subdirectory(Multiplayer)