share/hedgewars/Data/Scripts/CMakeLists.txt
author unc0rr
Wed, 14 May 2014 01:07:43 +0400
changeset 10241 2dc9ff47c5b9
parent 8443 2debc9b9f917
permissions -rw-r--r--
Fix fpcrtl_strncompareA, also replace strncmp with memcmp for more efficiency

file(GLOB luafiles *.lua)

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

add_subdirectory(Multiplayer)