aboutsummaryrefslogtreecommitdiffstats
path: root/library/cpp/messagebus/test/perftest/ya.make
blob: 24c2848ed52ab4b73fdb6a74eca72104fb2a6c34 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
PROGRAM(messagebus_perftest)

OWNER(g:messagebus)

PEERDIR(
    library/cpp/deprecated/threadable
    library/cpp/execprofile
    library/cpp/getopt
    library/cpp/lwtrace
    library/cpp/messagebus
    library/cpp/messagebus/oldmodule
    library/cpp/messagebus/protobuf
    library/cpp/messagebus/www
    library/cpp/sighandler
    library/cpp/threading/future
)

SRCS(
    messages.proto
    perftest.cpp
    simple_proto.cpp
)

END()