summaryrefslogtreecommitdiff
path: root/src/network/core/CMakeLists.txt
blob: 777d15d8410db3dad6cf1de47dd08ba948211f07 (plain)
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
add_files(
    address.cpp
    address.h
    config.h
    core.cpp
    core.h
    game.h
    host.cpp
    host.h
    os_abstraction.h
    packet.cpp
    packet.h
    tcp.cpp
    tcp.h
    tcp_admin.cpp
    tcp_admin.h
    tcp_connect.cpp
    tcp_content.cpp
    tcp_content.h
    tcp_game.cpp
    tcp_game.h
    tcp_http.cpp
    tcp_http.h
    tcp_listen.h
    udp.cpp
    udp.h
)