aboutsummaryrefslogtreecommitdiffstats
path: root/library/cpp/json/easy_parse/ya.make
blob: 779abe6703819c5c597ddea777a07bbe319c49c9 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
OWNER(finder)

LIBRARY()

SRCS( 
    json_easy_parser.cpp
)

PEERDIR(
    library/cpp/json
)

END()