aboutsummaryrefslogtreecommitdiffstats
path: root/library/cpp
diff options
context:
space:
mode:
authorsvidyuk <svidyuk@yandex-team.ru>2022-04-07 01:46:38 +0300
committersvidyuk <svidyuk@yandex-team.ru>2022-04-07 01:46:38 +0300
commit2e2b332461784be2e8c8d2efd5b0c1649c26b5b1 (patch)
treea0a83a46c4c2e5ce12d1470b501705ad43b2e593 /library/cpp
parent700cb57397974489a2222cb0c2ede33215722e28 (diff)
downloadydb-2e2b332461784be2e8c8d2efd5b0c1649c26b5b1.tar.gz
Fix proto namespace support for plugins
ref:64f38ab703c48a08c49a2ede68481651c4d51f13
Diffstat (limited to 'library/cpp')
-rw-r--r--library/cpp/actors/protos/CMakeLists.txt6
-rw-r--r--library/cpp/histogram/adaptive/protos/CMakeLists.txt3
-rw-r--r--library/cpp/lwtrace/protos/CMakeLists.txt3
-rw-r--r--library/cpp/messagebus/monitoring/CMakeLists.txt3
-rw-r--r--library/cpp/monlib/encode/legacy_protobuf/protos/CMakeLists.txt3
-rw-r--r--library/cpp/protobuf/util/proto/CMakeLists.txt3
-rw-r--r--library/cpp/retry/protos/CMakeLists.txt3
7 files changed, 0 insertions, 24 deletions
diff --git a/library/cpp/actors/protos/CMakeLists.txt b/library/cpp/actors/protos/CMakeLists.txt
index 3f421a344b..207460e2cc 100644
--- a/library/cpp/actors/protos/CMakeLists.txt
+++ b/library/cpp/actors/protos/CMakeLists.txt
@@ -19,12 +19,6 @@ target_proto_messages(cpp-actors-protos PRIVATE
${CMAKE_SOURCE_DIR}/library/cpp/actors/protos/services_common.proto
${CMAKE_SOURCE_DIR}/library/cpp/actors/protos/unittests.proto
)
-target_sources(cpp-actors-protos PRIVATE
- ${CMAKE_BINARY_DIR}/library/cpp/actors/protos/actors.pb.cc
- ${CMAKE_BINARY_DIR}/library/cpp/actors/protos/interconnect.pb.cc
- ${CMAKE_BINARY_DIR}/library/cpp/actors/protos/services_common.pb.cc
- ${CMAKE_BINARY_DIR}/library/cpp/actors/protos/unittests.pb.cc
-)
target_proto_addincls(cpp-actors-protos
./
${CMAKE_SOURCE_DIR}/
diff --git a/library/cpp/histogram/adaptive/protos/CMakeLists.txt b/library/cpp/histogram/adaptive/protos/CMakeLists.txt
index 444c6c85dc..5047c52591 100644
--- a/library/cpp/histogram/adaptive/protos/CMakeLists.txt
+++ b/library/cpp/histogram/adaptive/protos/CMakeLists.txt
@@ -16,9 +16,6 @@ target_link_libraries(histogram-adaptive-protos PUBLIC
target_proto_messages(histogram-adaptive-protos PRIVATE
${CMAKE_SOURCE_DIR}/library/cpp/histogram/adaptive/protos/histo.proto
)
-target_sources(histogram-adaptive-protos PRIVATE
- ${CMAKE_BINARY_DIR}/library/cpp/histogram/adaptive/protos/histo.pb.cc
-)
target_proto_addincls(histogram-adaptive-protos
./
${CMAKE_SOURCE_DIR}/
diff --git a/library/cpp/lwtrace/protos/CMakeLists.txt b/library/cpp/lwtrace/protos/CMakeLists.txt
index b08053444f..bed5cf2669 100644
--- a/library/cpp/lwtrace/protos/CMakeLists.txt
+++ b/library/cpp/lwtrace/protos/CMakeLists.txt
@@ -16,9 +16,6 @@ target_link_libraries(cpp-lwtrace-protos PUBLIC
target_proto_messages(cpp-lwtrace-protos PRIVATE
${CMAKE_SOURCE_DIR}/library/cpp/lwtrace/protos/lwtrace.proto
)
-target_sources(cpp-lwtrace-protos PRIVATE
- ${CMAKE_BINARY_DIR}/library/cpp/lwtrace/protos/lwtrace.pb.cc
-)
target_proto_addincls(cpp-lwtrace-protos
./
${CMAKE_SOURCE_DIR}/
diff --git a/library/cpp/messagebus/monitoring/CMakeLists.txt b/library/cpp/messagebus/monitoring/CMakeLists.txt
index f389218166..b7390f7c7f 100644
--- a/library/cpp/messagebus/monitoring/CMakeLists.txt
+++ b/library/cpp/messagebus/monitoring/CMakeLists.txt
@@ -17,9 +17,6 @@ target_link_libraries(cpp-messagebus-monitoring PUBLIC
target_proto_messages(cpp-messagebus-monitoring PRIVATE
${CMAKE_SOURCE_DIR}/library/cpp/messagebus/monitoring/mon_proto.proto
)
-target_sources(cpp-messagebus-monitoring PRIVATE
- ${CMAKE_BINARY_DIR}/library/cpp/messagebus/monitoring/mon_proto.pb.cc
-)
target_proto_addincls(cpp-messagebus-monitoring
./
${CMAKE_SOURCE_DIR}/
diff --git a/library/cpp/monlib/encode/legacy_protobuf/protos/CMakeLists.txt b/library/cpp/monlib/encode/legacy_protobuf/protos/CMakeLists.txt
index 7a0c8e732a..3c051b63a3 100644
--- a/library/cpp/monlib/encode/legacy_protobuf/protos/CMakeLists.txt
+++ b/library/cpp/monlib/encode/legacy_protobuf/protos/CMakeLists.txt
@@ -16,9 +16,6 @@ target_link_libraries(encode-legacy_protobuf-protos PUBLIC
target_proto_messages(encode-legacy_protobuf-protos PRIVATE
${CMAKE_SOURCE_DIR}/library/cpp/monlib/encode/legacy_protobuf/protos/metric_meta.proto
)
-target_sources(encode-legacy_protobuf-protos PRIVATE
- ${CMAKE_BINARY_DIR}/library/cpp/monlib/encode/legacy_protobuf/protos/metric_meta.pb.cc
-)
target_proto_addincls(encode-legacy_protobuf-protos
./
${CMAKE_SOURCE_DIR}/
diff --git a/library/cpp/protobuf/util/proto/CMakeLists.txt b/library/cpp/protobuf/util/proto/CMakeLists.txt
index 6b2ad285a6..df5df0af1a 100644
--- a/library/cpp/protobuf/util/proto/CMakeLists.txt
+++ b/library/cpp/protobuf/util/proto/CMakeLists.txt
@@ -16,9 +16,6 @@ target_link_libraries(protobuf-util-proto PUBLIC
target_proto_messages(protobuf-util-proto PRIVATE
${CMAKE_SOURCE_DIR}/library/cpp/protobuf/util/proto/merge.proto
)
-target_sources(protobuf-util-proto PRIVATE
- ${CMAKE_BINARY_DIR}/library/cpp/protobuf/util/proto/merge.pb.cc
-)
target_proto_addincls(protobuf-util-proto
./
${CMAKE_SOURCE_DIR}/
diff --git a/library/cpp/retry/protos/CMakeLists.txt b/library/cpp/retry/protos/CMakeLists.txt
index 9cd13c271c..13969805cd 100644
--- a/library/cpp/retry/protos/CMakeLists.txt
+++ b/library/cpp/retry/protos/CMakeLists.txt
@@ -16,9 +16,6 @@ target_link_libraries(cpp-retry-protos PUBLIC
target_proto_messages(cpp-retry-protos PRIVATE
${CMAKE_SOURCE_DIR}/library/cpp/retry/protos/retry_options.proto
)
-target_sources(cpp-retry-protos PRIVATE
- ${CMAKE_BINARY_DIR}/library/cpp/retry/protos/retry_options.pb.cc
-)
target_proto_addincls(cpp-retry-protos
./
${CMAKE_SOURCE_DIR}/