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
new file mode 100644
index 0000000000..272f39ddce
--- /dev/null
+++ b/library/cpp/histogram/adaptive/protos/CMakeLists.txt
@@ -0,0 +1,13 @@
+add_library(histogram-adaptive-protos)
+target_link_libraries(histogram-adaptive-protos PUBLIC
+ contrib-libs-cxxsupp
+ yutil
+ contrib-libs-protobuf
+)
+target_proto_messages(histogram-adaptive-protos PRIVATE
+ ${CMAKE_SOURCE_DIR}/library/cpp/histogram/adaptive/protos/histo.proto
+)
+target_proto_plugin(histogram-adaptive-protos
+ cpp_styleguide
+ cpp_styleguide
+)