aboutsummaryrefslogtreecommitdiffstats
path: root/library/cpp/histogram/adaptive/protos
diff options
context:
space:
mode:
Diffstat (limited to 'library/cpp/histogram/adaptive/protos')
-rw-r--r--library/cpp/histogram/adaptive/protos/CMakeLists.txt13
1 files changed, 13 insertions, 0 deletions
diff --git a/library/cpp/histogram/adaptive/protos/CMakeLists.txt b/library/cpp/histogram/adaptive/protos/CMakeLists.txt
index 1f3b57f44e..444c6c85dc 100644
--- a/library/cpp/histogram/adaptive/protos/CMakeLists.txt
+++ b/library/cpp/histogram/adaptive/protos/CMakeLists.txt
@@ -19,3 +19,16 @@ target_proto_messages(histogram-adaptive-protos PRIVATE
target_sources(histogram-adaptive-protos PRIVATE
${CMAKE_BINARY_DIR}/library/cpp/histogram/adaptive/protos/histo.pb.cc
)
+target_proto_addincls(histogram-adaptive-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(histogram-adaptive-protos
+ --cpp_out=${CMAKE_BINARY_DIR}/
+ --cpp_styleguide_out=${CMAKE_BINARY_DIR}/
+)