diff options
author | Dmitry Potapov <potapov.d@gmail.com> | 2022-02-10 16:46:39 +0300 |
---|---|---|
committer | Daniil Cherednik <dcherednik@yandex-team.ru> | 2022-02-10 16:46:39 +0300 |
commit | 7aa4cf700385ff96999c5cc301171ff157974773 (patch) | |
tree | 49e222ea1c5804306084bb3ae065bb702625360f /library/cpp/regex/pcre/ya.make | |
parent | 536101ea75c9ff5df10d01c2f460b1f6e12311b3 (diff) | |
download | ydb-7aa4cf700385ff96999c5cc301171ff157974773.tar.gz |
Restoring authorship annotation for Dmitry Potapov <potapov.d@gmail.com>. Commit 2 of 2.
Diffstat (limited to 'library/cpp/regex/pcre/ya.make')
-rw-r--r-- | library/cpp/regex/pcre/ya.make | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/library/cpp/regex/pcre/ya.make b/library/cpp/regex/pcre/ya.make index 2b7aac0e97..d34911f103 100644 --- a/library/cpp/regex/pcre/ya.make +++ b/library/cpp/regex/pcre/ya.make @@ -4,20 +4,20 @@ OWNER(g:util) PEERDIR( contrib/libs/pcre - contrib/libs/pcre/pcre16 - contrib/libs/pcre/pcre32 - library/cpp/containers/stack_array + contrib/libs/pcre/pcre16 + contrib/libs/pcre/pcre32 + library/cpp/containers/stack_array ) SRCS( - pcre.cpp + pcre.cpp regexp.cpp ) END() - -RECURSE_FOR_TESTS( - benchmark - ut -) - + +RECURSE_FOR_TESTS( + benchmark + ut +) + |