aboutsummaryrefslogtreecommitdiffstats
path: root/ydb/library/schlab/probes/ya.make
blob: c3b87eb5dfcfad95e70f2064377e7bdcbf291948 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
LIBRARY()

OWNER(
    cthulhu
    g:kikimr
)

PEERDIR(
    library/cpp/lwtrace
)

SRCS(
    probes.cpp
    probes.h
)

END()