blob: f7c25cb996f3e30b149d5745a1e27107dd68b333 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
add_library(ydb-library-protobuf_printer)
target_link_libraries(ydb-library-protobuf_printer PUBLIC
contrib-libs-cxxsupp
yutil
contrib-libs-protobuf
ydb-library-security
api-protos-annotations
)
target_sources(ydb-library-protobuf_printer PRIVATE
${CMAKE_SOURCE_DIR}/ydb/library/protobuf_printer/hide_field_printer.cpp
${CMAKE_SOURCE_DIR}/ydb/library/protobuf_printer/stream_helper.cpp
${CMAKE_SOURCE_DIR}/ydb/library/protobuf_printer/token_field_printer.cpp
)
|