diff options
author | robot-ya-builder <robot-ya-builder@yandex-team.com> | 2023-01-17 13:48:00 +0300 |
---|---|---|
committer | robot-ya-builder <robot-ya-builder@yandex-team.com> | 2023-01-17 13:48:00 +0300 |
commit | 58a117b001b63f06104246f6a89c60128596b391 (patch) | |
tree | 7c545e74e01edfc7a6b67a04b4ef5b0eee77e08d /library/cpp/grpc | |
parent | 51674dac4bb91435ef6009fa104dfb835e158780 (diff) | |
download | ydb-58a117b001b63f06104246f6a89c60128596b391.tar.gz |
External build system generator release 8
Update tools: yexport
Diffstat (limited to 'library/cpp/grpc')
-rw-r--r-- | library/cpp/grpc/CMakeLists.txt | 2 | ||||
-rw-r--r-- | library/cpp/grpc/client/CMakeLists.darwin.txt | 2 | ||||
-rw-r--r-- | library/cpp/grpc/client/CMakeLists.linux-aarch64.txt | 2 | ||||
-rw-r--r-- | library/cpp/grpc/client/CMakeLists.linux.txt | 2 | ||||
-rw-r--r-- | library/cpp/grpc/client/CMakeLists.txt | 2 | ||||
-rw-r--r-- | library/cpp/grpc/server/CMakeLists.darwin.txt | 2 | ||||
-rw-r--r-- | library/cpp/grpc/server/CMakeLists.linux-aarch64.txt | 2 | ||||
-rw-r--r-- | library/cpp/grpc/server/CMakeLists.linux.txt | 2 | ||||
-rw-r--r-- | library/cpp/grpc/server/CMakeLists.txt | 2 | ||||
-rw-r--r-- | library/cpp/grpc/server/actors/CMakeLists.darwin.txt | 2 | ||||
-rw-r--r-- | library/cpp/grpc/server/actors/CMakeLists.linux-aarch64.txt | 2 | ||||
-rw-r--r-- | library/cpp/grpc/server/actors/CMakeLists.linux.txt | 2 | ||||
-rw-r--r-- | library/cpp/grpc/server/actors/CMakeLists.txt | 2 |
13 files changed, 13 insertions, 13 deletions
diff --git a/library/cpp/grpc/CMakeLists.txt b/library/cpp/grpc/CMakeLists.txt index 28f45865a3f..69f43c42a72 100644 --- a/library/cpp/grpc/CMakeLists.txt +++ b/library/cpp/grpc/CMakeLists.txt @@ -1,5 +1,5 @@ -# This file was gererated by the build system used internally in the Yandex monorepo. +# This file was generated 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 diff --git a/library/cpp/grpc/client/CMakeLists.darwin.txt b/library/cpp/grpc/client/CMakeLists.darwin.txt index a356f8f6bdd..db6f6bfdc1b 100644 --- a/library/cpp/grpc/client/CMakeLists.darwin.txt +++ b/library/cpp/grpc/client/CMakeLists.darwin.txt @@ -1,5 +1,5 @@ -# This file was gererated by the build system used internally in the Yandex monorepo. +# This file was generated 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 diff --git a/library/cpp/grpc/client/CMakeLists.linux-aarch64.txt b/library/cpp/grpc/client/CMakeLists.linux-aarch64.txt index 921c7d716ce..80f660d62e3 100644 --- a/library/cpp/grpc/client/CMakeLists.linux-aarch64.txt +++ b/library/cpp/grpc/client/CMakeLists.linux-aarch64.txt @@ -1,5 +1,5 @@ -# This file was gererated by the build system used internally in the Yandex monorepo. +# This file was generated 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 diff --git a/library/cpp/grpc/client/CMakeLists.linux.txt b/library/cpp/grpc/client/CMakeLists.linux.txt index 921c7d716ce..80f660d62e3 100644 --- a/library/cpp/grpc/client/CMakeLists.linux.txt +++ b/library/cpp/grpc/client/CMakeLists.linux.txt @@ -1,5 +1,5 @@ -# This file was gererated by the build system used internally in the Yandex monorepo. +# This file was generated 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 diff --git a/library/cpp/grpc/client/CMakeLists.txt b/library/cpp/grpc/client/CMakeLists.txt index 3e0811fb22e..bede1861df2 100644 --- a/library/cpp/grpc/client/CMakeLists.txt +++ b/library/cpp/grpc/client/CMakeLists.txt @@ -1,5 +1,5 @@ -# This file was gererated by the build system used internally in the Yandex monorepo. +# This file was generated 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 diff --git a/library/cpp/grpc/server/CMakeLists.darwin.txt b/library/cpp/grpc/server/CMakeLists.darwin.txt index 0f7e4f6a93d..b1c65b786ca 100644 --- a/library/cpp/grpc/server/CMakeLists.darwin.txt +++ b/library/cpp/grpc/server/CMakeLists.darwin.txt @@ -1,5 +1,5 @@ -# This file was gererated by the build system used internally in the Yandex monorepo. +# This file was generated 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 diff --git a/library/cpp/grpc/server/CMakeLists.linux-aarch64.txt b/library/cpp/grpc/server/CMakeLists.linux-aarch64.txt index 354b89707be..4d5d77c1bfe 100644 --- a/library/cpp/grpc/server/CMakeLists.linux-aarch64.txt +++ b/library/cpp/grpc/server/CMakeLists.linux-aarch64.txt @@ -1,5 +1,5 @@ -# This file was gererated by the build system used internally in the Yandex monorepo. +# This file was generated 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 diff --git a/library/cpp/grpc/server/CMakeLists.linux.txt b/library/cpp/grpc/server/CMakeLists.linux.txt index 354b89707be..4d5d77c1bfe 100644 --- a/library/cpp/grpc/server/CMakeLists.linux.txt +++ b/library/cpp/grpc/server/CMakeLists.linux.txt @@ -1,5 +1,5 @@ -# This file was gererated by the build system used internally in the Yandex monorepo. +# This file was generated 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 diff --git a/library/cpp/grpc/server/CMakeLists.txt b/library/cpp/grpc/server/CMakeLists.txt index 3e0811fb22e..bede1861df2 100644 --- a/library/cpp/grpc/server/CMakeLists.txt +++ b/library/cpp/grpc/server/CMakeLists.txt @@ -1,5 +1,5 @@ -# This file was gererated by the build system used internally in the Yandex monorepo. +# This file was generated 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 diff --git a/library/cpp/grpc/server/actors/CMakeLists.darwin.txt b/library/cpp/grpc/server/actors/CMakeLists.darwin.txt index f35352acc13..1e710ad49aa 100644 --- a/library/cpp/grpc/server/actors/CMakeLists.darwin.txt +++ b/library/cpp/grpc/server/actors/CMakeLists.darwin.txt @@ -1,5 +1,5 @@ -# This file was gererated by the build system used internally in the Yandex monorepo. +# This file was generated 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 diff --git a/library/cpp/grpc/server/actors/CMakeLists.linux-aarch64.txt b/library/cpp/grpc/server/actors/CMakeLists.linux-aarch64.txt index 08a0a5b8913..0d8763b93d9 100644 --- a/library/cpp/grpc/server/actors/CMakeLists.linux-aarch64.txt +++ b/library/cpp/grpc/server/actors/CMakeLists.linux-aarch64.txt @@ -1,5 +1,5 @@ -# This file was gererated by the build system used internally in the Yandex monorepo. +# This file was generated 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 diff --git a/library/cpp/grpc/server/actors/CMakeLists.linux.txt b/library/cpp/grpc/server/actors/CMakeLists.linux.txt index 08a0a5b8913..0d8763b93d9 100644 --- a/library/cpp/grpc/server/actors/CMakeLists.linux.txt +++ b/library/cpp/grpc/server/actors/CMakeLists.linux.txt @@ -1,5 +1,5 @@ -# This file was gererated by the build system used internally in the Yandex monorepo. +# This file was generated 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 diff --git a/library/cpp/grpc/server/actors/CMakeLists.txt b/library/cpp/grpc/server/actors/CMakeLists.txt index 3e0811fb22e..bede1861df2 100644 --- a/library/cpp/grpc/server/actors/CMakeLists.txt +++ b/library/cpp/grpc/server/actors/CMakeLists.txt @@ -1,5 +1,5 @@ -# This file was gererated by the build system used internally in the Yandex monorepo. +# This file was generated 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 |