aboutsummaryrefslogtreecommitdiffstats
path: root/library/cpp/protobuf
diff options
context:
space:
mode:
authorrobot-piglet <robot-piglet@yandex-team.com>2023-02-07 17:37:14 +0300
committerrobot-piglet <robot-piglet@yandex-team.com>2023-02-07 17:37:14 +0300
commit94299c40d78c487307d3b744ecadf539dc13bb1a (patch)
treebb80680b6df85a6d825be7aadde56e3be92232fd /library/cpp/protobuf
parent8118c921f2a3bd04c89bd2b89cc01bcc1bae4e93 (diff)
downloadydb-94299c40d78c487307d3b744ecadf539dc13bb1a.tar.gz
Intermediate changes
Diffstat (limited to 'library/cpp/protobuf')
-rw-r--r--library/cpp/protobuf/interop/CMakeLists.darwin.txt2
-rw-r--r--library/cpp/protobuf/interop/CMakeLists.linux-aarch64.txt2
-rw-r--r--library/cpp/protobuf/interop/CMakeLists.linux.txt2
-rw-r--r--library/cpp/protobuf/json/CMakeLists.darwin.txt18
-rw-r--r--library/cpp/protobuf/json/CMakeLists.linux-aarch64.txt18
-rw-r--r--library/cpp/protobuf/json/CMakeLists.linux.txt18
-rw-r--r--library/cpp/protobuf/util/CMakeLists.darwin.txt12
-rw-r--r--library/cpp/protobuf/util/CMakeLists.linux-aarch64.txt12
-rw-r--r--library/cpp/protobuf/util/CMakeLists.linux.txt12
-rw-r--r--library/cpp/protobuf/util/proto/CMakeLists.darwin.txt18
-rw-r--r--library/cpp/protobuf/util/proto/CMakeLists.linux-aarch64.txt18
-rw-r--r--library/cpp/protobuf/util/proto/CMakeLists.linux.txt18
12 files changed, 75 insertions, 75 deletions
diff --git a/library/cpp/protobuf/interop/CMakeLists.darwin.txt b/library/cpp/protobuf/interop/CMakeLists.darwin.txt
index 61799c97ffb..a5cded3fbd1 100644
--- a/library/cpp/protobuf/interop/CMakeLists.darwin.txt
+++ b/library/cpp/protobuf/interop/CMakeLists.darwin.txt
@@ -14,5 +14,5 @@ target_link_libraries(cpp-protobuf-interop PUBLIC
contrib-libs-protobuf
)
target_sources(cpp-protobuf-interop PRIVATE
- ${CMAKE_SOURCE_DIR}/library/cpp/protobuf/interop/cast.cpp
+ \${CMAKE_SOURCE_DIR}/library/cpp/protobuf/interop/cast.cpp
)
diff --git a/library/cpp/protobuf/interop/CMakeLists.linux-aarch64.txt b/library/cpp/protobuf/interop/CMakeLists.linux-aarch64.txt
index 0c2bd62d47b..690a8f2b707 100644
--- a/library/cpp/protobuf/interop/CMakeLists.linux-aarch64.txt
+++ b/library/cpp/protobuf/interop/CMakeLists.linux-aarch64.txt
@@ -15,5 +15,5 @@ target_link_libraries(cpp-protobuf-interop PUBLIC
contrib-libs-protobuf
)
target_sources(cpp-protobuf-interop PRIVATE
- ${CMAKE_SOURCE_DIR}/library/cpp/protobuf/interop/cast.cpp
+ \${CMAKE_SOURCE_DIR}/library/cpp/protobuf/interop/cast.cpp
)
diff --git a/library/cpp/protobuf/interop/CMakeLists.linux.txt b/library/cpp/protobuf/interop/CMakeLists.linux.txt
index 0c2bd62d47b..690a8f2b707 100644
--- a/library/cpp/protobuf/interop/CMakeLists.linux.txt
+++ b/library/cpp/protobuf/interop/CMakeLists.linux.txt
@@ -15,5 +15,5 @@ target_link_libraries(cpp-protobuf-interop PUBLIC
contrib-libs-protobuf
)
target_sources(cpp-protobuf-interop PRIVATE
- ${CMAKE_SOURCE_DIR}/library/cpp/protobuf/interop/cast.cpp
+ \${CMAKE_SOURCE_DIR}/library/cpp/protobuf/interop/cast.cpp
)
diff --git a/library/cpp/protobuf/json/CMakeLists.darwin.txt b/library/cpp/protobuf/json/CMakeLists.darwin.txt
index 5eb786fb5be..7285c6ffefb 100644
--- a/library/cpp/protobuf/json/CMakeLists.darwin.txt
+++ b/library/cpp/protobuf/json/CMakeLists.darwin.txt
@@ -17,13 +17,13 @@ target_link_libraries(cpp-protobuf-json PUBLIC
cpp-string_utils-relaxed_escaper
)
target_sources(cpp-protobuf-json PRIVATE
- ${CMAKE_SOURCE_DIR}/library/cpp/protobuf/json/json2proto.cpp
- ${CMAKE_SOURCE_DIR}/library/cpp/protobuf/json/json_output_create.cpp
- ${CMAKE_SOURCE_DIR}/library/cpp/protobuf/json/json_value_output.cpp
- ${CMAKE_SOURCE_DIR}/library/cpp/protobuf/json/json_writer_output.cpp
- ${CMAKE_SOURCE_DIR}/library/cpp/protobuf/json/name_generator.cpp
- ${CMAKE_SOURCE_DIR}/library/cpp/protobuf/json/proto2json.cpp
- ${CMAKE_SOURCE_DIR}/library/cpp/protobuf/json/proto2json_printer.cpp
- ${CMAKE_SOURCE_DIR}/library/cpp/protobuf/json/string_transform.cpp
- ${CMAKE_SOURCE_DIR}/library/cpp/protobuf/json/util.cpp
+ \${CMAKE_SOURCE_DIR}/library/cpp/protobuf/json/json2proto.cpp
+ \${CMAKE_SOURCE_DIR}/library/cpp/protobuf/json/json_output_create.cpp
+ \${CMAKE_SOURCE_DIR}/library/cpp/protobuf/json/json_value_output.cpp
+ \${CMAKE_SOURCE_DIR}/library/cpp/protobuf/json/json_writer_output.cpp
+ \${CMAKE_SOURCE_DIR}/library/cpp/protobuf/json/name_generator.cpp
+ \${CMAKE_SOURCE_DIR}/library/cpp/protobuf/json/proto2json.cpp
+ \${CMAKE_SOURCE_DIR}/library/cpp/protobuf/json/proto2json_printer.cpp
+ \${CMAKE_SOURCE_DIR}/library/cpp/protobuf/json/string_transform.cpp
+ \${CMAKE_SOURCE_DIR}/library/cpp/protobuf/json/util.cpp
)
diff --git a/library/cpp/protobuf/json/CMakeLists.linux-aarch64.txt b/library/cpp/protobuf/json/CMakeLists.linux-aarch64.txt
index 6fce8bebb06..bedd5a4cc5f 100644
--- a/library/cpp/protobuf/json/CMakeLists.linux-aarch64.txt
+++ b/library/cpp/protobuf/json/CMakeLists.linux-aarch64.txt
@@ -18,13 +18,13 @@ target_link_libraries(cpp-protobuf-json PUBLIC
cpp-string_utils-relaxed_escaper
)
target_sources(cpp-protobuf-json PRIVATE
- ${CMAKE_SOURCE_DIR}/library/cpp/protobuf/json/json2proto.cpp
- ${CMAKE_SOURCE_DIR}/library/cpp/protobuf/json/json_output_create.cpp
- ${CMAKE_SOURCE_DIR}/library/cpp/protobuf/json/json_value_output.cpp
- ${CMAKE_SOURCE_DIR}/library/cpp/protobuf/json/json_writer_output.cpp
- ${CMAKE_SOURCE_DIR}/library/cpp/protobuf/json/name_generator.cpp
- ${CMAKE_SOURCE_DIR}/library/cpp/protobuf/json/proto2json.cpp
- ${CMAKE_SOURCE_DIR}/library/cpp/protobuf/json/proto2json_printer.cpp
- ${CMAKE_SOURCE_DIR}/library/cpp/protobuf/json/string_transform.cpp
- ${CMAKE_SOURCE_DIR}/library/cpp/protobuf/json/util.cpp
+ \${CMAKE_SOURCE_DIR}/library/cpp/protobuf/json/json2proto.cpp
+ \${CMAKE_SOURCE_DIR}/library/cpp/protobuf/json/json_output_create.cpp
+ \${CMAKE_SOURCE_DIR}/library/cpp/protobuf/json/json_value_output.cpp
+ \${CMAKE_SOURCE_DIR}/library/cpp/protobuf/json/json_writer_output.cpp
+ \${CMAKE_SOURCE_DIR}/library/cpp/protobuf/json/name_generator.cpp
+ \${CMAKE_SOURCE_DIR}/library/cpp/protobuf/json/proto2json.cpp
+ \${CMAKE_SOURCE_DIR}/library/cpp/protobuf/json/proto2json_printer.cpp
+ \${CMAKE_SOURCE_DIR}/library/cpp/protobuf/json/string_transform.cpp
+ \${CMAKE_SOURCE_DIR}/library/cpp/protobuf/json/util.cpp
)
diff --git a/library/cpp/protobuf/json/CMakeLists.linux.txt b/library/cpp/protobuf/json/CMakeLists.linux.txt
index 6fce8bebb06..bedd5a4cc5f 100644
--- a/library/cpp/protobuf/json/CMakeLists.linux.txt
+++ b/library/cpp/protobuf/json/CMakeLists.linux.txt
@@ -18,13 +18,13 @@ target_link_libraries(cpp-protobuf-json PUBLIC
cpp-string_utils-relaxed_escaper
)
target_sources(cpp-protobuf-json PRIVATE
- ${CMAKE_SOURCE_DIR}/library/cpp/protobuf/json/json2proto.cpp
- ${CMAKE_SOURCE_DIR}/library/cpp/protobuf/json/json_output_create.cpp
- ${CMAKE_SOURCE_DIR}/library/cpp/protobuf/json/json_value_output.cpp
- ${CMAKE_SOURCE_DIR}/library/cpp/protobuf/json/json_writer_output.cpp
- ${CMAKE_SOURCE_DIR}/library/cpp/protobuf/json/name_generator.cpp
- ${CMAKE_SOURCE_DIR}/library/cpp/protobuf/json/proto2json.cpp
- ${CMAKE_SOURCE_DIR}/library/cpp/protobuf/json/proto2json_printer.cpp
- ${CMAKE_SOURCE_DIR}/library/cpp/protobuf/json/string_transform.cpp
- ${CMAKE_SOURCE_DIR}/library/cpp/protobuf/json/util.cpp
+ \${CMAKE_SOURCE_DIR}/library/cpp/protobuf/json/json2proto.cpp
+ \${CMAKE_SOURCE_DIR}/library/cpp/protobuf/json/json_output_create.cpp
+ \${CMAKE_SOURCE_DIR}/library/cpp/protobuf/json/json_value_output.cpp
+ \${CMAKE_SOURCE_DIR}/library/cpp/protobuf/json/json_writer_output.cpp
+ \${CMAKE_SOURCE_DIR}/library/cpp/protobuf/json/name_generator.cpp
+ \${CMAKE_SOURCE_DIR}/library/cpp/protobuf/json/proto2json.cpp
+ \${CMAKE_SOURCE_DIR}/library/cpp/protobuf/json/proto2json_printer.cpp
+ \${CMAKE_SOURCE_DIR}/library/cpp/protobuf/json/string_transform.cpp
+ \${CMAKE_SOURCE_DIR}/library/cpp/protobuf/json/util.cpp
)
diff --git a/library/cpp/protobuf/util/CMakeLists.darwin.txt b/library/cpp/protobuf/util/CMakeLists.darwin.txt
index 51b65cd5b9b..6a6e026441d 100644
--- a/library/cpp/protobuf/util/CMakeLists.darwin.txt
+++ b/library/cpp/protobuf/util/CMakeLists.darwin.txt
@@ -18,10 +18,10 @@ target_link_libraries(cpp-protobuf-util PUBLIC
cpp-string_utils-base64
)
target_sources(cpp-protobuf-util PRIVATE
- ${CMAKE_SOURCE_DIR}/library/cpp/protobuf/util/is_equal.cpp
- ${CMAKE_SOURCE_DIR}/library/cpp/protobuf/util/merge.cpp
- ${CMAKE_SOURCE_DIR}/library/cpp/protobuf/util/path.cpp
- ${CMAKE_SOURCE_DIR}/library/cpp/protobuf/util/pb_io.cpp
- ${CMAKE_SOURCE_DIR}/library/cpp/protobuf/util/simple_reflection.cpp
- ${CMAKE_SOURCE_DIR}/library/cpp/protobuf/util/walk.cpp
+ \${CMAKE_SOURCE_DIR}/library/cpp/protobuf/util/is_equal.cpp
+ \${CMAKE_SOURCE_DIR}/library/cpp/protobuf/util/merge.cpp
+ \${CMAKE_SOURCE_DIR}/library/cpp/protobuf/util/path.cpp
+ \${CMAKE_SOURCE_DIR}/library/cpp/protobuf/util/pb_io.cpp
+ \${CMAKE_SOURCE_DIR}/library/cpp/protobuf/util/simple_reflection.cpp
+ \${CMAKE_SOURCE_DIR}/library/cpp/protobuf/util/walk.cpp
)
diff --git a/library/cpp/protobuf/util/CMakeLists.linux-aarch64.txt b/library/cpp/protobuf/util/CMakeLists.linux-aarch64.txt
index 9ab7bb59e90..8fe5eae4d6c 100644
--- a/library/cpp/protobuf/util/CMakeLists.linux-aarch64.txt
+++ b/library/cpp/protobuf/util/CMakeLists.linux-aarch64.txt
@@ -19,10 +19,10 @@ target_link_libraries(cpp-protobuf-util PUBLIC
cpp-string_utils-base64
)
target_sources(cpp-protobuf-util PRIVATE
- ${CMAKE_SOURCE_DIR}/library/cpp/protobuf/util/is_equal.cpp
- ${CMAKE_SOURCE_DIR}/library/cpp/protobuf/util/merge.cpp
- ${CMAKE_SOURCE_DIR}/library/cpp/protobuf/util/path.cpp
- ${CMAKE_SOURCE_DIR}/library/cpp/protobuf/util/pb_io.cpp
- ${CMAKE_SOURCE_DIR}/library/cpp/protobuf/util/simple_reflection.cpp
- ${CMAKE_SOURCE_DIR}/library/cpp/protobuf/util/walk.cpp
+ \${CMAKE_SOURCE_DIR}/library/cpp/protobuf/util/is_equal.cpp
+ \${CMAKE_SOURCE_DIR}/library/cpp/protobuf/util/merge.cpp
+ \${CMAKE_SOURCE_DIR}/library/cpp/protobuf/util/path.cpp
+ \${CMAKE_SOURCE_DIR}/library/cpp/protobuf/util/pb_io.cpp
+ \${CMAKE_SOURCE_DIR}/library/cpp/protobuf/util/simple_reflection.cpp
+ \${CMAKE_SOURCE_DIR}/library/cpp/protobuf/util/walk.cpp
)
diff --git a/library/cpp/protobuf/util/CMakeLists.linux.txt b/library/cpp/protobuf/util/CMakeLists.linux.txt
index 9ab7bb59e90..8fe5eae4d6c 100644
--- a/library/cpp/protobuf/util/CMakeLists.linux.txt
+++ b/library/cpp/protobuf/util/CMakeLists.linux.txt
@@ -19,10 +19,10 @@ target_link_libraries(cpp-protobuf-util PUBLIC
cpp-string_utils-base64
)
target_sources(cpp-protobuf-util PRIVATE
- ${CMAKE_SOURCE_DIR}/library/cpp/protobuf/util/is_equal.cpp
- ${CMAKE_SOURCE_DIR}/library/cpp/protobuf/util/merge.cpp
- ${CMAKE_SOURCE_DIR}/library/cpp/protobuf/util/path.cpp
- ${CMAKE_SOURCE_DIR}/library/cpp/protobuf/util/pb_io.cpp
- ${CMAKE_SOURCE_DIR}/library/cpp/protobuf/util/simple_reflection.cpp
- ${CMAKE_SOURCE_DIR}/library/cpp/protobuf/util/walk.cpp
+ \${CMAKE_SOURCE_DIR}/library/cpp/protobuf/util/is_equal.cpp
+ \${CMAKE_SOURCE_DIR}/library/cpp/protobuf/util/merge.cpp
+ \${CMAKE_SOURCE_DIR}/library/cpp/protobuf/util/path.cpp
+ \${CMAKE_SOURCE_DIR}/library/cpp/protobuf/util/pb_io.cpp
+ \${CMAKE_SOURCE_DIR}/library/cpp/protobuf/util/simple_reflection.cpp
+ \${CMAKE_SOURCE_DIR}/library/cpp/protobuf/util/walk.cpp
)
diff --git a/library/cpp/protobuf/util/proto/CMakeLists.darwin.txt b/library/cpp/protobuf/util/proto/CMakeLists.darwin.txt
index 33cfab6c432..66edc6b1fda 100644
--- a/library/cpp/protobuf/util/proto/CMakeLists.darwin.txt
+++ b/library/cpp/protobuf/util/proto/CMakeLists.darwin.txt
@@ -14,18 +14,18 @@ target_link_libraries(protobuf-util-proto PUBLIC
contrib-libs-protobuf
)
target_proto_messages(protobuf-util-proto PRIVATE
- ${CMAKE_SOURCE_DIR}/library/cpp/protobuf/util/proto/merge.proto
+ \${CMAKE_SOURCE_DIR}/library/cpp/protobuf/util/proto/merge.proto
)
target_proto_addincls(protobuf-util-proto
./
- ${CMAKE_SOURCE_DIR}/
- ${CMAKE_BINARY_DIR}
- ${CMAKE_SOURCE_DIR}
- ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src
- ${CMAKE_BINARY_DIR}
- ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src
+ \${CMAKE_SOURCE_DIR}/
+ \${CMAKE_BINARY_DIR}
+ \${CMAKE_SOURCE_DIR}
+ \${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src
+ \${CMAKE_BINARY_DIR}
+ \${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src
)
target_proto_outs(protobuf-util-proto
- --cpp_out=${CMAKE_BINARY_DIR}/
- --cpp_styleguide_out=${CMAKE_BINARY_DIR}/
+ --cpp_out=\${CMAKE_BINARY_DIR}/
+ --cpp_styleguide_out=\${CMAKE_BINARY_DIR}/
)
diff --git a/library/cpp/protobuf/util/proto/CMakeLists.linux-aarch64.txt b/library/cpp/protobuf/util/proto/CMakeLists.linux-aarch64.txt
index ae8c2efd18b..0d6513c03f7 100644
--- a/library/cpp/protobuf/util/proto/CMakeLists.linux-aarch64.txt
+++ b/library/cpp/protobuf/util/proto/CMakeLists.linux-aarch64.txt
@@ -15,18 +15,18 @@ target_link_libraries(protobuf-util-proto PUBLIC
contrib-libs-protobuf
)
target_proto_messages(protobuf-util-proto PRIVATE
- ${CMAKE_SOURCE_DIR}/library/cpp/protobuf/util/proto/merge.proto
+ \${CMAKE_SOURCE_DIR}/library/cpp/protobuf/util/proto/merge.proto
)
target_proto_addincls(protobuf-util-proto
./
- ${CMAKE_SOURCE_DIR}/
- ${CMAKE_BINARY_DIR}
- ${CMAKE_SOURCE_DIR}
- ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src
- ${CMAKE_BINARY_DIR}
- ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src
+ \${CMAKE_SOURCE_DIR}/
+ \${CMAKE_BINARY_DIR}
+ \${CMAKE_SOURCE_DIR}
+ \${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src
+ \${CMAKE_BINARY_DIR}
+ \${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src
)
target_proto_outs(protobuf-util-proto
- --cpp_out=${CMAKE_BINARY_DIR}/
- --cpp_styleguide_out=${CMAKE_BINARY_DIR}/
+ --cpp_out=\${CMAKE_BINARY_DIR}/
+ --cpp_styleguide_out=\${CMAKE_BINARY_DIR}/
)
diff --git a/library/cpp/protobuf/util/proto/CMakeLists.linux.txt b/library/cpp/protobuf/util/proto/CMakeLists.linux.txt
index ae8c2efd18b..0d6513c03f7 100644
--- a/library/cpp/protobuf/util/proto/CMakeLists.linux.txt
+++ b/library/cpp/protobuf/util/proto/CMakeLists.linux.txt
@@ -15,18 +15,18 @@ target_link_libraries(protobuf-util-proto PUBLIC
contrib-libs-protobuf
)
target_proto_messages(protobuf-util-proto PRIVATE
- ${CMAKE_SOURCE_DIR}/library/cpp/protobuf/util/proto/merge.proto
+ \${CMAKE_SOURCE_DIR}/library/cpp/protobuf/util/proto/merge.proto
)
target_proto_addincls(protobuf-util-proto
./
- ${CMAKE_SOURCE_DIR}/
- ${CMAKE_BINARY_DIR}
- ${CMAKE_SOURCE_DIR}
- ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src
- ${CMAKE_BINARY_DIR}
- ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src
+ \${CMAKE_SOURCE_DIR}/
+ \${CMAKE_BINARY_DIR}
+ \${CMAKE_SOURCE_DIR}
+ \${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src
+ \${CMAKE_BINARY_DIR}
+ \${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src
)
target_proto_outs(protobuf-util-proto
- --cpp_out=${CMAKE_BINARY_DIR}/
- --cpp_styleguide_out=${CMAKE_BINARY_DIR}/
+ --cpp_out=\${CMAKE_BINARY_DIR}/
+ --cpp_styleguide_out=\${CMAKE_BINARY_DIR}/
)