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