summaryrefslogtreecommitdiffstats
path: root/library/cpp/http/simple/ya.make
blob: 40744675e8e9f48364ca73d36902d75ce70a462f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
LIBRARY()

PEERDIR(
    library/cpp/http/io
    library/cpp/openssl/io
    library/cpp/string_utils/url
)

SRCS(
    http_client.cpp
)

END()

IF (NOT OS_WINDOWS)
    RECURSE_FOR_TESTS(
        ut
    )
ENDIF()