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