aboutsummaryrefslogtreecommitdiffstats
path: root/library/cpp/json/fast_sax/ya.make
blob: 2b6aaab19ce1f52217576c34d82bd3f037a22b15 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
LIBRARY()

PEERDIR(
    library/cpp/json/common
)

SRCS(
    parser.rl6
    unescape.cpp
)

END()