aboutsummaryrefslogtreecommitdiffstats
path: root/library/cpp/protobuf/yql/ya.make
blob: 29c21da40249dfea71d7cf054542b8ead204e903 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
LIBRARY()

SRCS(
    descriptor.cpp
)

PEERDIR(
    contrib/libs/protobuf
    library/cpp/json
    library/cpp/protobuf/dynamic_prototype
    library/cpp/protobuf/json
    library/cpp/string_utils/base64
)

END()