diff options
author | robot-piglet <robot-piglet@yandex-team.com> | 2024-07-19 17:30:04 +0300 |
---|---|---|
committer | robot-piglet <robot-piglet@yandex-team.com> | 2024-07-19 17:41:55 +0300 |
commit | b48cb40b16a2a26d360ddcb809dcbf48a3843513 (patch) | |
tree | 18f7a12724bcc242294362d27d7956a38805fcee /library/cpp/protobuf/util | |
parent | 239a6786ba899f74fb960904a34b14e89419e852 (diff) | |
download | ydb-b48cb40b16a2a26d360ddcb809dcbf48a3843513.tar.gz |
Intermediate changes
Diffstat (limited to 'library/cpp/protobuf/util')
-rw-r--r-- | library/cpp/protobuf/util/proto/ya.make | 1 | ||||
-rw-r--r-- | library/cpp/protobuf/util/ut/ya.make | 1 | ||||
-rw-r--r-- | library/cpp/protobuf/util/ya.make | 1 |
3 files changed, 3 insertions, 0 deletions
diff --git a/library/cpp/protobuf/util/proto/ya.make b/library/cpp/protobuf/util/proto/ya.make index f3fedf54cd..f2fa1d0e36 100644 --- a/library/cpp/protobuf/util/proto/ya.make +++ b/library/cpp/protobuf/util/proto/ya.make @@ -1,5 +1,6 @@ PROTO_LIBRARY() + SRCS( merge.proto ) diff --git a/library/cpp/protobuf/util/ut/ya.make b/library/cpp/protobuf/util/ut/ya.make index 1f321085b1..ca47bdb00d 100644 --- a/library/cpp/protobuf/util/ut/ya.make +++ b/library/cpp/protobuf/util/ut/ya.make @@ -1,3 +1,4 @@ + UNITTEST_FOR(library/cpp/protobuf/util) SRCS( diff --git a/library/cpp/protobuf/util/ya.make b/library/cpp/protobuf/util/ya.make index 98c6a0306d..f451b33739 100644 --- a/library/cpp/protobuf/util/ya.make +++ b/library/cpp/protobuf/util/ya.make @@ -1,5 +1,6 @@ LIBRARY() + PEERDIR( contrib/libs/protobuf library/cpp/binsaver |