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