blob: 6771471974f22c740b3bef49f7f01d5d1b90d56b (
plain) (
blame)
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
|
LIBRARY()
ADDINCL(
contrib/libs/grpc
contrib/libs/grpc/include
)
SRCS(
backend.cpp
backend_creator.cpp
client_impl.cpp
counters.cpp
helpers.cpp
grpc_io.cpp
grpc_status_code.cpp
clock.cpp
duration_counter.cpp
logger.cpp
throttling.cpp
proto_weighing.cpp
GLOBAL registrar.cpp
)
PEERDIR(
contrib/libs/grpc
library/cpp/logger/global
library/cpp/threading/future
library/cpp/monlib/dynamic_counters
library/cpp/unified_agent_client/proto
)
GENERATE_ENUM_SERIALIZATION(grpc_io.h)
END()
RECURSE(
examples
)
|