diff options
| author | robot-piglet <[email protected]> | 2024-07-19 17:30:04 +0300 |
|---|---|---|
| committer | robot-piglet <[email protected]> | 2024-07-19 17:41:55 +0300 |
| commit | b48cb40b16a2a26d360ddcb809dcbf48a3843513 (patch) | |
| tree | 18f7a12724bcc242294362d27d7956a38805fcee /library/cpp/protobuf | |
| parent | 239a6786ba899f74fb960904a34b14e89419e852 (diff) | |
Intermediate changes
Diffstat (limited to 'library/cpp/protobuf')
| -rw-r--r-- | library/cpp/protobuf/json/proto/ya.make | 1 | ||||
| -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 | ||||
| -rw-r--r-- | library/cpp/protobuf/yql/ya.make | 1 |
5 files changed, 5 insertions, 0 deletions
diff --git a/library/cpp/protobuf/json/proto/ya.make b/library/cpp/protobuf/json/proto/ya.make index 072afd2d43c..cfe84f5bb68 100644 --- a/library/cpp/protobuf/json/proto/ya.make +++ b/library/cpp/protobuf/json/proto/ya.make @@ -1,5 +1,6 @@ PROTO_LIBRARY() + SRCS( enum_options.proto ) diff --git a/library/cpp/protobuf/util/proto/ya.make b/library/cpp/protobuf/util/proto/ya.make index f3fedf54cd7..f2fa1d0e36c 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 1f321085b1a..ca47bdb00de 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 98c6a0306d4..f451b337393 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 diff --git a/library/cpp/protobuf/yql/ya.make b/library/cpp/protobuf/yql/ya.make index 088890befc7..ed77430e261 100644 --- a/library/cpp/protobuf/yql/ya.make +++ b/library/cpp/protobuf/yql/ya.make @@ -1,5 +1,6 @@ LIBRARY() + SRCS( descriptor.cpp ) |
