diff options
Diffstat (limited to 'library/cpp/threading/queue')
| -rw-r--r-- | library/cpp/threading/queue/CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/library/cpp/threading/queue/CMakeLists.txt b/library/cpp/threading/queue/CMakeLists.txt index 00adb02547d..a0ad970b31c 100644 --- a/library/cpp/threading/queue/CMakeLists.txt +++ b/library/cpp/threading/queue/CMakeLists.txt @@ -11,6 +11,7 @@ add_library(cpp-threading-queue) target_link_libraries(cpp-threading-queue PUBLIC contrib-libs-cxxsupp yutil + cpp-deprecated-atomic ) target_sources(cpp-threading-queue PRIVATE ${CMAKE_SOURCE_DIR}/library/cpp/threading/queue/mpmc_unordered_ring.cpp |
