blob: 117ba8e992b76e52a463af1182c262434be5c18e (
plain) (
blame)
| 1
2
3
4
5
6
7
8
9
10
11
12
13
14
 | LIBRARY()
SRCS(
    mon_messagebus.cpp
    mon_service_messagebus.cpp
)
PEERDIR(
    library/cpp/messagebus
    library/cpp/messagebus/www
    library/cpp/monlib/dynamic_counters
)
END()
 |