File: CMakeLists.txt

package info (click to toggle)
widelands 1%3A19%2Brepack-3
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 370,608 kB
  • ctags: 20,609
  • sloc: cpp: 108,404; ansic: 18,695; python: 5,155; sh: 487; xml: 460; makefile: 233
file content (49 lines) | stat: -rw-r--r-- 924 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
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
)