share/hedgewars/Data/Scripts/CMakeLists.txt
author Wuzzy <almikes@aol.com>
Wed, 23 Nov 2016 14:08:43 +0100
changeset 12028 cfc2f087dccf
parent 8443 2debc9b9f917
permissions -rw-r--r--
HedgeEditor: Make landgun spawn in utility crates and sort list of ammo types to reflect the ammo menu ordering

file(GLOB luafiles *.lua)

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

add_subdirectory(Multiplayer)