aboutsummaryrefslogtreecommitdiffstats
path: root/library/cpp/monlib/messagebus/ya.make
blob: fb85222a6161ae07e028db8f25a82984710d12c4 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
LIBRARY() 
 
OWNER(g:solomon)
 
SRCS( 
    mon_messagebus.cpp 
    mon_service_messagebus.cpp 
) 
 
PEERDIR( 
    library/cpp/messagebus
    library/cpp/messagebus/www
    library/cpp/monlib/dynamic_counters
) 
 
END()