diff options
author | vartyukh <vartyukh@yandex-team.ru> | 2022-02-10 16:50:16 +0300 |
---|---|---|
committer | Daniil Cherednik <dcherednik@yandex-team.ru> | 2022-02-10 16:50:16 +0300 |
commit | 18f9abdade80b500b7ea1ef2d286e2465a1c8466 (patch) | |
tree | d2bebd1789fee0b44b94e11ee90b1634b9fcdfbe /library/cpp/grpc/client/ya.make | |
parent | c0fb261e6889e12b418ebcdfdb3c990a4b39fd75 (diff) | |
download | ydb-18f9abdade80b500b7ea1ef2d286e2465a1c8466.tar.gz |
Restoring authorship annotation for <vartyukh@yandex-team.ru>. Commit 1 of 2.
Diffstat (limited to 'library/cpp/grpc/client/ya.make')
-rw-r--r-- | library/cpp/grpc/client/ya.make | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/library/cpp/grpc/client/ya.make b/library/cpp/grpc/client/ya.make index a4e74b067c..607bd474cb 100644 --- a/library/cpp/grpc/client/ya.make +++ b/library/cpp/grpc/client/ya.make @@ -1,19 +1,19 @@ -LIBRARY() - +LIBRARY() + OWNER( ddoarn g:kikimr ) - -SRCS( + +SRCS( grpc_client_low.cpp -) - -PEERDIR( +) + +PEERDIR( contrib/libs/grpc -) - -END() +) + +END() RECURSE_FOR_TESTS( ut |