blob: 2f2c75cfdb2c88cd0bdcc8c6576e81e6f6b25dfb (
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()
OWNER(avitella)
SRCS(
json2proto.cpp
json_output_create.cpp
json_value_output.cpp
json_writer_output.cpp
name_generator.cpp
proto2json.cpp
proto2json_printer.cpp
string_transform.cpp
util.h
util.cpp
)
PEERDIR(
contrib/libs/protobuf
library/cpp/json
library/cpp/protobuf/util
library/cpp/string_utils/relaxed_escaper
)
END()
|