aboutsummaryrefslogtreecommitdiffstats
path: root/library/cpp/protobuf/util
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/util
parent840348d6ec22ac423ac3bfb7f586936bdc5d7059 (diff)
downloadydb-9f448c9c675e670d53bba7a8d74a995b2d9a3606.tar.gz
Intermediate changes
Diffstat (limited to 'library/cpp/protobuf/util')
-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
6 files changed, 45 insertions, 45 deletions
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}/
)