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