repo.or.cz
/
openttd-jgr.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Merge branch 'master' into jgrpp
[openttd-jgr.git]
/
src
/
network
/
core
/
CMakeLists.txt
blob
b547b6fa9502823359393617c4e5edb375736351
1
add_files(
2
address.cpp
3
address.h
4
config.cpp
5
config.h
6
core.cpp
7
core.h
8
network_game_info.cpp
9
network_game_info.h
10
host.cpp
11
host.h
12
http.h
13
os_abstraction.cpp
14
os_abstraction.h
15
packet.cpp
16
packet.h
17
tcp.cpp
18
tcp.h
19
tcp_admin.cpp
20
tcp_admin.h
21
tcp_connect.cpp
22
tcp_content.cpp
23
tcp_content.h
24
tcp_content_type.h
25
tcp_coordinator.cpp
26
tcp_coordinator.h
27
tcp_game.cpp
28
tcp_game.h
29
tcp_listen.h
30
tcp_stun.cpp
31
tcp_stun.h
32
tcp_turn.cpp
33
tcp_turn.h
34
udp.cpp
35
udp.h
36
)
37
38
add_files(
39
http_curl.cpp
40
CONDITION CURL_FOUND
41
)
42
add_files(
43
http_winhttp.cpp
44
CONDITION WIN32
45
)
46
add_files(
47
http_none.cpp
48
CONDITION NOT CURL_FOUND AND NOT WIN32
49
)