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