diff options
author | arcadia-devtools <arcadia-devtools@yandex-team.ru> | 2022-03-25 15:23:32 +0300 |
---|---|---|
committer | arcadia-devtools <arcadia-devtools@yandex-team.ru> | 2022-03-25 15:23:32 +0300 |
commit | 33669c796a33523ead0983331e85d192bb460bfb (patch) | |
tree | d0e30755698923df0a7b8a9b99e501ac057214ce /library/cpp/histogram | |
parent | fbc1b1eba4b5a74996651d255f4f286d0ed7c208 (diff) | |
download | ydb-33669c796a33523ead0983331e85d192bb460bfb.tar.gz |
intermediate changes
ref:84de00009e51ecf595c13dfc2c9846069069605d
Diffstat (limited to 'library/cpp/histogram')
-rw-r--r-- | library/cpp/histogram/adaptive/protos/CMakeLists.txt | 13 |
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}/ +) |