aboutsummaryrefslogtreecommitdiffstats
path: root/library/cpp/histogram/adaptive/protos/CMakeLists.darwin.txt
diff options
context:
space:
mode:
authorrobot-piglet <robot-piglet@yandex-team.com>2023-02-07 21:14:00 +0300
committerrobot-piglet <robot-piglet@yandex-team.com>2023-02-07 21:14:00 +0300
commit9f448c9c675e670d53bba7a8d74a995b2d9a3606 (patch)
tree81cb5c300de0ed2dd55497e5f21602556f255e5d /library/cpp/histogram/adaptive/protos/CMakeLists.darwin.txt
parent840348d6ec22ac423ac3bfb7f586936bdc5d7059 (diff)
downloadydb-9f448c9c675e670d53bba7a8d74a995b2d9a3606.tar.gz
Intermediate changes
Diffstat (limited to 'library/cpp/histogram/adaptive/protos/CMakeLists.darwin.txt')
-rw-r--r--library/cpp/histogram/adaptive/protos/CMakeLists.darwin.txt18
1 files changed, 9 insertions, 9 deletions
diff --git a/library/cpp/histogram/adaptive/protos/CMakeLists.darwin.txt b/library/cpp/histogram/adaptive/protos/CMakeLists.darwin.txt
index 8facb92cff..c1c5db3e56 100644
--- a/library/cpp/histogram/adaptive/protos/CMakeLists.darwin.txt
+++ b/library/cpp/histogram/adaptive/protos/CMakeLists.darwin.txt
@@ -14,18 +14,18 @@ target_link_libraries(histogram-adaptive-protos PUBLIC
contrib-libs-protobuf
)
target_proto_messages(histogram-adaptive-protos PRIVATE
- \${CMAKE_SOURCE_DIR}/library/cpp/histogram/adaptive/protos/histo.proto
+ ${CMAKE_SOURCE_DIR}/library/cpp/histogram/adaptive/protos/histo.proto
)
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
+ ${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}/
+ --cpp_out=${CMAKE_BINARY_DIR}/
+ --cpp_styleguide_out=${CMAKE_BINARY_DIR}/
)