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