aboutsummaryrefslogtreecommitdiffstats
path: root/library/cpp/protobuf
diff options
context:
space:
mode:
authorrobot-piglet <robot-piglet@yandex-team.com>2023-02-07 21:14:00 +0300
committerrobot-piglet <robot-piglet@yandex-team.com>2023-02-07 21:14:00 +0300
commit9f448c9c675e670d53bba7a8d74a995b2d9a3606 (patch)
tree81cb5c300de0ed2dd55497e5f21602556f255e5d /library/cpp/protobuf
parent840348d6ec22ac423ac3bfb7f586936bdc5d7059 (diff)
downloadydb-9f448c9c675e670d53bba7a8d74a995b2d9a3606.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 a5cded3fbd..61799c97ff 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 690a8f2b70..0c2bd62d47 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 690a8f2b70..0c2bd62d47 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 7285c6ffef..5eb786fb5b 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 bedd5a4cc5..6fce8bebb0 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 bedd5a4cc5..6fce8bebb0 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 6a6e026441..51b65cd5b9 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 8fe5eae4d6..9ab7bb59e9 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 8fe5eae4d6..9ab7bb59e9 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 66edc6b1fd..33cfab6c43 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 0d6513c03f..ae8c2efd18 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 0d6513c03f..ae8c2efd18 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}/
)