diff options
author | heretic <heretic@yandex-team.com> | 2022-08-15 11:59:22 +0300 |
---|---|---|
committer | heretic <heretic@yandex-team.com> | 2022-08-15 11:59:22 +0300 |
commit | aaa567c2c9d8614ef61993e9e66d8faa69df14d3 (patch) | |
tree | a373b3747d37fc11e4011d1707f49ffd6edc2ac4 /contrib | |
parent | 8e94f8b6fecc0020d51b3ffccc0fecbf8d62af45 (diff) | |
download | ydb-aaa567c2c9d8614ef61993e9e66d8faa69df14d3.tar.gz |
fix yt/odin-checks/config and yt/odin-checks/bin selective checkout
Diffstat (limited to 'contrib')
-rw-r--r-- | contrib/libs/grpc/grpc/CMakeLists.txt | 1 | ||||
-rw-r--r-- | contrib/restricted/abseil-cpp-tstring/y_absl/utility/CMakeLists.txt | 10 |
2 files changed, 11 insertions, 0 deletions
diff --git a/contrib/libs/grpc/grpc/CMakeLists.txt b/contrib/libs/grpc/grpc/CMakeLists.txt index 488bcb40c3..5f5bc5c1d6 100644 --- a/contrib/libs/grpc/grpc/CMakeLists.txt +++ b/contrib/libs/grpc/grpc/CMakeLists.txt @@ -46,6 +46,7 @@ target_link_libraries(libs-grpc-grpc PUBLIC abseil-cpp-tstring-y_absl-status abseil-cpp-tstring-y_absl-strings abseil-cpp-tstring-y_absl-synchronization + abseil-cpp-tstring-y_absl-utility abseil-cpp-tstring-y_absl-time library-cpp-resource ) diff --git a/contrib/restricted/abseil-cpp-tstring/y_absl/utility/CMakeLists.txt b/contrib/restricted/abseil-cpp-tstring/y_absl/utility/CMakeLists.txt new file mode 100644 index 0000000000..ec6db3764b --- /dev/null +++ b/contrib/restricted/abseil-cpp-tstring/y_absl/utility/CMakeLists.txt @@ -0,0 +1,10 @@ + +# 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(abseil-cpp-tstring-y_absl-utility INTERFACE) |