aboutsummaryrefslogtreecommitdiffstats
path: root/library/cpp/messagebus/rain_check/http/ya.make
blob: 579a0935d1b780753a0ccd71765293c6b01055ca (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
LIBRARY() 
 
OWNER(g:messagebus)
 
SRCS( 
    client.cpp 
    http_code_extractor.cpp
) 
 
PEERDIR( 
    library/cpp/messagebus/rain_check/core
    library/cpp/neh
    library/cpp/http/misc
    library/cpp/http/io
) 
 
END()