diff options
author | kimkim <kimkim@yandex-team.ru> | 2022-02-10 16:49:28 +0300 |
---|---|---|
committer | Daniil Cherednik <dcherednik@yandex-team.ru> | 2022-02-10 16:49:28 +0300 |
commit | 10807864acf73d00f425a23b442aac2cf34403a8 (patch) | |
tree | 5d5cb817648f650d76cf1076100726fd9b8448e8 /library/cpp/regex/pcre/ya.make | |
parent | 13f84424ed9975f6827d9786087c6fe6ea265cda (diff) | |
download | ydb-10807864acf73d00f425a23b442aac2cf34403a8.tar.gz |
Restoring authorship annotation for <kimkim@yandex-team.ru>. 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 e997f0751c5..d34911f103c 100644 --- a/library/cpp/regex/pcre/ya.make +++ b/library/cpp/regex/pcre/ya.make @@ -1,20 +1,20 @@ LIBRARY() OWNER(g:util) - -PEERDIR( - contrib/libs/pcre + +PEERDIR( + contrib/libs/pcre contrib/libs/pcre/pcre16 contrib/libs/pcre/pcre32 library/cpp/containers/stack_array -) - -SRCS( +) + +SRCS( pcre.cpp - regexp.cpp -) - -END() + regexp.cpp +) + +END() RECURSE_FOR_TESTS( benchmark |