aboutsummaryrefslogtreecommitdiffstats
path: root/library/cpp/messagebus/rain_check/http/ya.make
blob: 3a5b1b1c505b198b5be5e011a375c3ae6d62f7c7 (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()