summaryrefslogtreecommitdiffstats
path: root/library/cpp/retry/protos
diff options
context:
space:
mode:
authorarcadia-devtools <[email protected]>2022-03-25 10:46:04 +0300
committerarcadia-devtools <[email protected]>2022-03-25 10:46:04 +0300
commit4a07b03673d315e0d98c5e29cc9cbeeec1d5c94f (patch)
tree7cdc507d170dc6f879b1fde1093012f5be58fece /library/cpp/retry/protos
parent86f93d737e9db0e8bfdb6d6a291b6dbdab9d1bdb (diff)
intermediate changes
ref:ac52b2b4969cd1562fcebef15e16af428f77648b
Diffstat (limited to 'library/cpp/retry/protos')
-rw-r--r--library/cpp/retry/protos/CMakeLists.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/library/cpp/retry/protos/CMakeLists.txt b/library/cpp/retry/protos/CMakeLists.txt
index 920174c0542..d9c38efdd3b 100644
--- a/library/cpp/retry/protos/CMakeLists.txt
+++ b/library/cpp/retry/protos/CMakeLists.txt
@@ -16,3 +16,6 @@ target_link_libraries(cpp-retry-protos PUBLIC
target_proto_messages(cpp-retry-protos PRIVATE
${CMAKE_SOURCE_DIR}/library/cpp/retry/protos/retry_options.proto
)
+target_sources(cpp-retry-protos PRIVATE
+ ${CMAKE_BINARY_DIR}/library/cpp/retry/protos/retry_options.pb.cc
+)