aboutsummaryrefslogtreecommitdiffstats
path: root/library/cpp/protobuf/yql/ya.make
blob: 088890befc77ac8cbbf03a3d576a96b8b2337738 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
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
)

GENERATE_ENUM_SERIALIZATION(descriptor.h)

END()