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

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()