aboutsummaryrefslogtreecommitdiffstats
path: root/library/cpp/grpc/client/ya.make
blob: a963a42abef39af719960d83059e24740411b95b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
LIBRARY()

SRCS(
    grpc_client_low.cpp
)

PEERDIR(
    contrib/libs/grpc
    library/cpp/deprecated/atomic
)

END()

RECURSE_FOR_TESTS(
    ut
)