diff options
author | Alexey Bykov <alexei4203@yandex.ru> | 2022-02-10 16:47:16 +0300 |
---|---|---|
committer | Daniil Cherednik <dcherednik@yandex-team.ru> | 2022-02-10 16:47:16 +0300 |
commit | 4cadece7a57ab767e762a0bea1995a596aefeb11 (patch) | |
tree | 7649c16cf4b52e994709f6c9e1716c993ca28759 /library/cpp/messagebus/config/ya.make | |
parent | 143876304996506751ade0b80b3c47f188b9834f (diff) | |
download | ydb-4cadece7a57ab767e762a0bea1995a596aefeb11.tar.gz |
Restoring authorship annotation for Alexey Bykov <alexei4203@yandex.ru>. Commit 1 of 2.
Diffstat (limited to 'library/cpp/messagebus/config/ya.make')
-rw-r--r-- | library/cpp/messagebus/config/ya.make | 26 |
1 files changed, 13 insertions, 13 deletions
diff --git a/library/cpp/messagebus/config/ya.make b/library/cpp/messagebus/config/ya.make index 20c7dfed19..8e5a8f6163 100644 --- a/library/cpp/messagebus/config/ya.make +++ b/library/cpp/messagebus/config/ya.make @@ -1,15 +1,15 @@ -LIBRARY() - -OWNER(g:messagebus) - -PEERDIR( +LIBRARY() + +OWNER(g:messagebus) + +PEERDIR( library/cpp/getopt library/cpp/deprecated/enum_codegen -) - -SRCS( - netaddr.cpp - session_config.cpp -) - -END() +) + +SRCS( + netaddr.cpp + session_config.cpp +) + +END() |