aboutsummaryrefslogtreecommitdiffstats
path: root/library/cpp/threading/equeue
diff options
context:
space:
mode:
Diffstat (limited to 'library/cpp/threading/equeue')
-rw-r--r--library/cpp/threading/equeue/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/library/cpp/threading/equeue/CMakeLists.txt b/library/cpp/threading/equeue/CMakeLists.txt
index da1af4932f..141ef789ea 100644
--- a/library/cpp/threading/equeue/CMakeLists.txt
+++ b/library/cpp/threading/equeue/CMakeLists.txt
@@ -11,6 +11,7 @@ add_library(cpp-threading-equeue)
target_link_libraries(cpp-threading-equeue PUBLIC
contrib-libs-cxxsupp
yutil
+ cpp-deprecated-atomic
)
target_sources(cpp-threading-equeue PRIVATE
${CMAKE_SOURCE_DIR}/library/cpp/threading/equeue/equeue.cpp