aboutsummaryrefslogtreecommitdiffstats
path: root/library/cpp/actors/wilson/ya.make
blob: 0dc8ba79add460c968517f1c53310e2325569500 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
LIBRARY()

SRCS(
    wilson_event.cpp
    wilson_span.cpp
    wilson_profile_span.cpp
    wilson_trace.cpp
    wilson_uploader.cpp
)

PEERDIR(
    library/cpp/actors/core
    library/cpp/actors/protos
    library/cpp/actors/wilson/protos
)

END()

RECURSE(
    protos
)