aboutsummaryrefslogtreecommitdiffstats
path: root/library/cpp/protobuf/util/proto/CMakeLists.txt
blob: 7c3a7683550106b328abf3f749e0117430459510 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
add_library(protobuf-util-proto)
target_link_libraries(protobuf-util-proto PUBLIC
  contrib-libs-cxxsupp
  yutil
  contrib-libs-protobuf
)
target_proto_messages(protobuf-util-proto PRIVATE
  ${CMAKE_SOURCE_DIR}/library/cpp/protobuf/util/proto/merge.proto
)
target_proto_plugin(protobuf-util-proto
  cpp_styleguide
  cpp_styleguide
)