aboutsummaryrefslogtreecommitdiffstats
path: root/library/cpp/monlib/messagebus/ya.make
blob: bd68afd8d055bba79f922874a07a6619d05dfac4 (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()