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