aboutsummaryrefslogtreecommitdiffstats
path: root/library/cpp/coroutine
diff options
context:
space:
mode:
authoreeight <eeight@yandex-team.ru>2022-06-16 18:26:24 +0300
committereeight <eeight@yandex-team.ru>2022-06-16 18:26:24 +0300
commit5e9f3207051ebf2b3bbd967500a18e763ab2ba92 (patch)
treeb499bcc768acda8d1bf5578671590e496d3d77ce /library/cpp/coroutine
parent081d1b7e637e93c5adc17c4bc90d10674de527d7 (diff)
downloadydb-5e9f3207051ebf2b3bbd967500a18e763ab2ba92.tar.gz
IGNIETFERRO-1105 Add missing PEERDIRs for deprecated atomic
ref:7ff80f9897aa27d91ceddb2dbeca2adad400038d
Diffstat (limited to 'library/cpp/coroutine')
-rw-r--r--library/cpp/coroutine/engine/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/library/cpp/coroutine/engine/CMakeLists.txt b/library/cpp/coroutine/engine/CMakeLists.txt
index d4d445a1c0..da424f72d7 100644
--- a/library/cpp/coroutine/engine/CMakeLists.txt
+++ b/library/cpp/coroutine/engine/CMakeLists.txt
@@ -14,6 +14,7 @@ target_link_libraries(cpp-coroutine-engine PUBLIC
tools-enum_parser-enum_serialization_runtime
contrib-libs-libc_compat
cpp-containers-intrusive_rb_tree
+ cpp-deprecated-atomic
)
target_sources(cpp-coroutine-engine PRIVATE
${CMAKE_SOURCE_DIR}/library/cpp/coroutine/engine/cont_poller.cpp