share/hedgewars/Data/Scripts/CMakeLists.txt
author nemo
Thu, 12 Jan 2017 11:17:53 -0500
changeset 12115 771b51cff812
parent 8443 2debc9b9f917
permissions -rw-r--r--
lowercase hedgehog, duplicate comment to description

file(GLOB luafiles *.lua)

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

add_subdirectory(Multiplayer)