aboutsummaryrefslogtreecommitdiffstats
path: root/library/cpp/protobuf/util/ya.make
blob: f451b337393184d451768860750e60cc9e99600d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
LIBRARY()


PEERDIR(
    contrib/libs/protobuf
    library/cpp/binsaver
    library/cpp/protobuf/util/proto
    library/cpp/string_utils/base64
)

SRCS(
    is_equal.cpp
    iterators.h
    merge.cpp
    path.cpp
    pb_io.cpp
    pb_utils.h
    repeated_field_utils.h
    simple_reflection.cpp
    walk.cpp
)

END()

RECURSE_FOR_TESTS(ut)