add_subdirectory(addons)

wl_library(ui_fsmenu
  SRCS
    about.cc
    about.h
    campaigndetails.cc
    campaigndetails.h
    campaigns.cc
    campaigns.h
    campaign_select.cc
    campaign_select.h
    crash_report.cc
    crash_report.h
    helpwindow.cc
    helpwindow.h
    internet_lobby.cc
    internet_lobby.h
    keyboard_options.cc
    keyboard_options.h
    launch_game.cc
    launch_game.h
    launch_mpg.cc
    launch_mpg.h
    launch_spg.cc
    launch_spg.h
    loadgame.cc
    loadgame.h
    login_box.cc
    login_box.h
    mapdetailsbox.cc
    mapdetailsbox.h
    mapselect.cc
    mapselect.h
    main.cc
    main.h
    menu.h
    menu.cc
    mousewheel_options.cc
    mousewheel_options.h
    mousewheel_report.cc
    mousewheel_report.h
    multiplayersetupgroup.cc
    multiplayersetupgroup.h
    netsetup_lan.cc
    netsetup_lan.h
    options.cc
    options.h
    random_game.cc
    random_game.h
    scenariodetails.cc
    scenariodetails.h
    scenario_select.cc
    scenario_select.h
    singleplayerdropdown.cc
    singleplayerdropdown.h
    singleplayersetupbox.cc
    singleplayersetupbox.h
    tech_info.cc
    tech_info.h
    training_wheel_options.cc
    training_wheel_options.h
  DEPENDS
    ai
    base
    base_crypto
    base_exceptions
    base_random
    base_time_string
    build_info
    editor
    graphic
    graphic_fonthandler
    graphic_mouse_cursor
    graphic_playercolor
    graphic_styles
    graphic_surface
    graphic_text
    graphic_text_layout
    io_fileread
    io_filesystem
    io_profile
    logic
    logic_addons
    logic_filesystem_constants
    logic_game_settings
    logic_game_controller
    logic_map
    logic_map_objects
    logic_single_player_game_settings
    logic_training_wheels
    logic_tribe_basic_info
    map_io_map_loader
    network
    scripting_coroutine
    scripting_lua_interface
    scripting_lua_table
    ui_basic
    sound
    ui_addons
    widelands_ball_of_mud
    widelands_options
    wui
    wui_chat_ui
    wui_common_mapdetails
    wui_common_gamedetails
    wui_common_suggested_teams
    wui_sound_options
  USES_SDL2
)
