diff options
author | eeight <eeight@yandex-team.ru> | 2022-06-16 18:26:24 +0300 |
---|---|---|
committer | eeight <eeight@yandex-team.ru> | 2022-06-16 18:26:24 +0300 |
commit | 5e9f3207051ebf2b3bbd967500a18e763ab2ba92 (patch) | |
tree | b499bcc768acda8d1bf5578671590e496d3d77ce /library/cpp/lfalloc/alloc_profiler | |
parent | 081d1b7e637e93c5adc17c4bc90d10674de527d7 (diff) | |
download | ydb-5e9f3207051ebf2b3bbd967500a18e763ab2ba92.tar.gz |
IGNIETFERRO-1105 Add missing PEERDIRs for deprecated atomic
ref:7ff80f9897aa27d91ceddb2dbeca2adad400038d
Diffstat (limited to 'library/cpp/lfalloc/alloc_profiler')
-rw-r--r-- | library/cpp/lfalloc/alloc_profiler/CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/library/cpp/lfalloc/alloc_profiler/CMakeLists.txt b/library/cpp/lfalloc/alloc_profiler/CMakeLists.txt index d5fd522ec6e..5d7e418e56c 100644 --- a/library/cpp/lfalloc/alloc_profiler/CMakeLists.txt +++ b/library/cpp/lfalloc/alloc_profiler/CMakeLists.txt @@ -13,6 +13,7 @@ target_link_libraries(cpp-lfalloc-alloc_profiler PUBLIC yutil cpp-lfalloc-dbg_info library-cpp-cache + cpp-deprecated-atomic ) target_sources(cpp-lfalloc-alloc_profiler PRIVATE ${CMAKE_SOURCE_DIR}/library/cpp/lfalloc/alloc_profiler/profiler.cpp |