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/deprecated | |
parent | 081d1b7e637e93c5adc17c4bc90d10674de527d7 (diff) | |
download | ydb-5e9f3207051ebf2b3bbd967500a18e763ab2ba92.tar.gz |
IGNIETFERRO-1105 Add missing PEERDIRs for deprecated atomic
ref:7ff80f9897aa27d91ceddb2dbeca2adad400038d
Diffstat (limited to 'library/cpp/deprecated')
-rw-r--r-- | library/cpp/deprecated/atomic/CMakeLists.txt | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/library/cpp/deprecated/atomic/CMakeLists.txt b/library/cpp/deprecated/atomic/CMakeLists.txt new file mode 100644 index 0000000000..7afcd3565d --- /dev/null +++ b/library/cpp/deprecated/atomic/CMakeLists.txt @@ -0,0 +1,14 @@ + +# This file was gererated by the build system used internally in the Yandex monorepo. +# Only simple modifications are allowed (adding source-files to targets, adding simple properties +# like target_include_directories). These modifications will be ported to original +# ya.make files by maintainers. Any complex modifications which can't be ported back to the +# original buildsystem will not be accepted. + + + +add_library(cpp-deprecated-atomic INTERFACE) +target_link_libraries(cpp-deprecated-atomic INTERFACE + contrib-libs-cxxsupp + yutil +) |