aboutsummaryrefslogtreecommitdiffstats
path: root/library/cpp/json/writer/ya.make
blob: 6a4a99eeea17f703824bbd09b0af671f1ca5a14d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
LIBRARY()

OWNER(
    mvel
    myltsev
    pg
)

PEERDIR(
    library/cpp/json/common 
)

SRCS(
    json_value.cpp
    json.cpp
)

GENERATE_ENUM_SERIALIZATION(json_value.h)

END()