aboutsummaryrefslogblamecommitdiffstats
path: root/library/cpp/http/server/ya.make
blob: a37783e7ed299274773df00620cd9aeba5ee1994 (plain) (tree)




















                                 
LIBRARY()

SRCS(
    conn.cpp
    http.cpp
    http_ex.cpp
    options.cpp
    response.cpp
)

PEERDIR(
    library/cpp/http/misc
    library/cpp/http/io
    library/cpp/threading/equeue
    library/cpp/deprecated/atomic
)

END()

RECURSE_FOR_TESTS(
    ut
)