summaryrefslogtreecommitdiffstats
path: root/library/cpp/grpc/client
diff options
context:
space:
mode:
Diffstat (limited to 'library/cpp/grpc/client')
-rw-r--r--library/cpp/grpc/client/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/library/cpp/grpc/client/CMakeLists.txt b/library/cpp/grpc/client/CMakeLists.txt
index 4be1e87da07..a356f8f6bdd 100644
--- a/library/cpp/grpc/client/CMakeLists.txt
+++ b/library/cpp/grpc/client/CMakeLists.txt
@@ -12,6 +12,7 @@ target_link_libraries(cpp-grpc-client PUBLIC
contrib-libs-cxxsupp
yutil
contrib-libs-grpc
+ cpp-deprecated-atomic
)
target_sources(cpp-grpc-client PRIVATE
${CMAKE_SOURCE_DIR}/library/cpp/grpc/client/grpc_client_low.cpp