aboutsummaryrefslogtreecommitdiffstats
path: root/library/cpp/dns/ya.make
blob: eea4122e5d685161ddd290e1e39bbaedc8bb582f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
LIBRARY()

SRCS(
    cache.cpp
    thread.cpp
    magic.cpp
)

END()

RECURSE_FOR_TESTS(
    ut
)