wl_library(network
  SRCS
    constants.h
    internet_gaming.cc
    internet_gaming.h
    internet_gaming_messages.cc
    internet_gaming_messages.h
    internet_gaming_protocol.h
    netclient.cc
    netclient.h
    nethost.cc
    nethost.h
    network.cc
    network.h
    network_gaming_messages.cc
    network_gaming_messages.h
    network_lan_promotion.cc
    network_lan_promotion.h
    network_player_settings_backend.cc
    network_player_settings_backend.h
    network_protocol.h
    network_system.h
  USES_SDL2_NET
  DEPENDS
    ai
    base_exceptions
    base_i18n
    base_log
    base_macros
    base_md5
    build_info
    chat
    game_io
    helper
    io_fileread
    io_filesystem
    io_stream
    logic
    logic_game_controller
    logic_game_settings
    map_io_map_loader
    profile
    scripting_lua_interface
    scripting_lua_table
    ui_basic
    ui_fsmenu
    widelands_ball_of_mud
    wui
)
