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