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

SRCS(
    json_easy_parser.cpp
)

PEERDIR(
    library/cpp/json
)

END()