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