share/hedgewars/Data/Scripts/CMakeLists.txt
author unc0rr
Wed, 12 Feb 2014 23:46:24 +0400
changeset 10134 81d733899e06
parent 8443 2debc9b9f917
permissions -rw-r--r--
Use strchr instead of strstr with specially constructed string255 struct (not tested)

file(GLOB luafiles *.lua)

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

add_subdirectory(Multiplayer)