diff options
author | kakabba <kakabba@yandex-team.ru> | 2022-02-10 16:46:04 +0300 |
---|---|---|
committer | Daniil Cherednik <dcherednik@yandex-team.ru> | 2022-02-10 16:46:04 +0300 |
commit | c8e3995898c443e78266f7420aac5fb3da15d413 (patch) | |
tree | a530e068cc107e227deccc80722204db63a4d75d /library/cpp/getopt/small/ya.make | |
parent | 110a978b66fe6c0916572df51cfead2a9b647174 (diff) | |
download | ydb-c8e3995898c443e78266f7420aac5fb3da15d413.tar.gz |
Restoring authorship annotation for <kakabba@yandex-team.ru>. Commit 1 of 2.
Diffstat (limited to 'library/cpp/getopt/small/ya.make')
-rw-r--r-- | library/cpp/getopt/small/ya.make | 26 |
1 files changed, 13 insertions, 13 deletions
diff --git a/library/cpp/getopt/small/ya.make b/library/cpp/getopt/small/ya.make index 96de0f04b1..3453fa949b 100644 --- a/library/cpp/getopt/small/ya.make +++ b/library/cpp/getopt/small/ya.make @@ -1,28 +1,28 @@ -LIBRARY() - +LIBRARY() + OWNER(pg) - + PEERDIR( library/cpp/colorizer ) -SRCS( +SRCS( completer.cpp completer_command.cpp completion_generator.cpp formatted_output.cpp - last_getopt.cpp + last_getopt.cpp last_getopt_easy_setup.cpp last_getopt_opt.cpp last_getopt_opts.cpp last_getopt_parser.cpp last_getopt_parse_result.cpp - modchooser.cpp - opt.cpp - opt2.cpp - posix_getopt.cpp + modchooser.cpp + opt.cpp + opt2.cpp + posix_getopt.cpp wrap.cpp - ygetopt.cpp -) - -END() + ygetopt.cpp +) + +END() |