aboutsummaryrefslogtreecommitdiffstats
path: root/library/cpp/messagebus/test/perftest/ya.make
blob: 929d4cf685ee575c19c662c03a00a980c99d143d (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()