From 5e9f3207051ebf2b3bbd967500a18e763ab2ba92 Mon Sep 17 00:00:00 2001 From: eeight Date: Thu, 16 Jun 2022 18:26:24 +0300 Subject: IGNIETFERRO-1105 Add missing PEERDIRs for deprecated atomic ref:7ff80f9897aa27d91ceddb2dbeca2adad400038d --- library/cpp/deprecated/atomic/CMakeLists.txt | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 library/cpp/deprecated/atomic/CMakeLists.txt (limited to 'library/cpp/deprecated') diff --git a/library/cpp/deprecated/atomic/CMakeLists.txt b/library/cpp/deprecated/atomic/CMakeLists.txt new file mode 100644 index 00000000000..7afcd3565d7 --- /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 +) -- cgit v1.3