aboutsummaryrefslogtreecommitdiffstats
path: root/build/conf/proto.conf
diff options
context:
space:
mode:
authordimdim11 <dimdim11@yandex-team.com>2024-05-15 23:03:15 +0300
committerdimdim11 <dimdim11@yandex-team.com>2024-05-15 23:11:41 +0300
commitefb3665db25f0dac8df031b5ca5df8b55bdf5ce6 (patch)
tree55f2cacc288da9ddd714252eb9aaed66317c9b8f /build/conf/proto.conf
parent95043960ea8ba262f5b0bc21f57f1a0ec2958cca (diff)
downloadydb-efb3665db25f0dac8df031b5ca5df8b55bdf5ce6.tar.gz
CMake generator based on Jinja generator
99902937b544f5d8150a5c6132861e1bb52d3ced
Diffstat (limited to 'build/conf/proto.conf')
-rw-r--r--build/conf/proto.conf2
1 files changed, 2 insertions, 0 deletions
diff --git a/build/conf/proto.conf b/build/conf/proto.conf
index ebd1641b4a..28c894d260 100644
--- a/build/conf/proto.conf
+++ b/build/conf/proto.conf
@@ -385,6 +385,7 @@ macro YT_ORM_PROTO_YSON(OUT_OPTS[], Files...) {
_SEM_CPP_PROTO_CMD=target_proto_messages PRIVATE ${input:File} $CPP_PROTO_OUTS_SEM ${output;hide;suf=${OBJ_SUF}.pb.o:File} $DEFAULT_PROTOC_TOOLS \
&& set_global_flags COMMON_PROTOC_FLAGS \
+ && platform_vars-COMMON_PROTOC_FLAGS "" \
&& target_proto_outs --cpp_out=$ARCADIA_BUILD_ROOT/$PROTO_NAMESPACE $PROTOC_STYLEGUIDE_OUT \
&& target_proto_addincls ./$PROTO_NAMESPACE $ARCADIA_ROOT/$PROTO_NAMESPACE ${_PROTO__INCLUDE} $ARCADIA_BUILD_ROOT $PROTOBUF_PATH
@@ -403,6 +404,7 @@ macro _CPP_VANILLA_PROTO_CMD(File) {
_SEM_CPP_EV_CMD=target_ev_messages PRIVATE ${input:File} $CPP_EV_OUTS_SEM ${output;hide;suf=${OBJ_SUF}.pb.o:File} ${hide;tool:"tools/event2cpp/bin"} $DEFAULT_PROTOC_TOOLS \
&& set_global_flags COMMON_PROTOC_FLAGS \
+ && platform_vars-COMMON_PROTOC_FLAGS "" \
&& target_proto_outs --cpp_out=$ARCADIA_BUILD_ROOT/$PROTO_NAMESPACE $PROTOC_STYLEGUIDE_OUT --event2cpp_out=$ARCADIA_BUILD_ROOT/$PROTO_NAMESPACE \
&& target_proto_addincls ./$PROTO_NAMESPACE $ARCADIA_ROOT/$PROTO_NAMESPACE ${_PROTO__INCLUDE} $ARCADIA_BUILD_ROOT $PROTOBUF_PATH $ARCADIA_ROOT/library/cpp/eventlog