aboutsummaryrefslogtreecommitdiffstats
path: root/library/cpp/messagebus/oldmodule/ya.make
blob: d6375cb6b7fba1210f93f28bbbea8afa03c65f17 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
LIBRARY()

OWNER(g:messagebus) 

PEERDIR(
    library/cpp/messagebus
    library/cpp/messagebus/actor
)

SRCS(
    module.cpp
    startsession.cpp
)

END()