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

OWNER(and42)

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

END()