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

PEERDIR(
    library/cpp/string_utils/base64 
)

OWNER(alexvru)

SRCS(
    wilson_event.h
    wilson_trace.h
)

END()