blob: f61a5ee58d755154a36c9bf01ea003004d159fba (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
|
# This file was gererated by the build system used internally in the Yandex monorepo.
# Only simple modifications are allowed (adding source-files to targets, adding simple properties
# like target_include_directories). These modifications will be ported to original
# ya.make files by maintainers. Any complex modifications which can't be ported back to the
# original buildsystem will not be accepted.
add_library(actors-wilson-protos)
set_property(TARGET actors-wilson-protos PROPERTY
PROTOC_EXTRA_OUTS .grpc.pb.cc .grpc.pb.h
)
target_link_libraries(actors-wilson-protos PUBLIC
contrib-libs-cxxsupp
yutil
contrib-libs-grpc
contrib-libs-protobuf
)
target_proto_messages(actors-wilson-protos PRIVATE
${CMAKE_SOURCE_DIR}/library/cpp/actors/wilson/protos/common.proto
${CMAKE_SOURCE_DIR}/library/cpp/actors/wilson/protos/resource.proto
${CMAKE_SOURCE_DIR}/library/cpp/actors/wilson/protos/service.proto
${CMAKE_SOURCE_DIR}/library/cpp/actors/wilson/protos/trace.proto
)
target_proto_addincls(actors-wilson-protos
./
${CMAKE_SOURCE_DIR}/
${CMAKE_BINARY_DIR}
${CMAKE_SOURCE_DIR}
${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src
${CMAKE_BINARY_DIR}
${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src
)
target_proto_outs(actors-wilson-protos
--cpp_out=${CMAKE_BINARY_DIR}/
--cpp_styleguide_out=${CMAKE_BINARY_DIR}/
)
target_proto_plugin(actors-wilson-protos
grpc_cpp
grpc_cpp
)
|