blob: ea9bd6c6d9abd29113248ee57322ec0deb85872a (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
add_library(encode-legacy_protobuf-protos)
target_link_libraries(encode-legacy_protobuf-protos PUBLIC
contrib-libs-cxxsupp
yutil
contrib-libs-protobuf
)
target_proto_messages(encode-legacy_protobuf-protos PRIVATE
${CMAKE_SOURCE_DIR}/library/cpp/monlib/encode/legacy_protobuf/protos/metric_meta.proto
)
target_proto_plugin(encode-legacy_protobuf-protos
cpp_styleguide
cpp_styleguide
)
|