aboutsummaryrefslogtreecommitdiffstats
path: root/library/cpp/actors/wilson/ya.make
blob: f1582fa918c7e85c62feafb50dbebde57ad008d9 (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
)