aboutsummaryrefslogtreecommitdiffstats
path: root/library/cpp/json/easy_parse/ya.make
blob: 2304c542f246e4554f9546da323eab4380437637 (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()