diff options
author | aozeritsky <aozeritsky@yandex-team.ru> | 2022-02-10 16:46:39 +0300 |
---|---|---|
committer | Daniil Cherednik <dcherednik@yandex-team.ru> | 2022-02-10 16:46:39 +0300 |
commit | 4a6816dea1bcaee46ce29a51a5fd7d3495012858 (patch) | |
tree | d98d6003e190b9e761bd77a83cd98428f9657b35 /contrib/libs/pcre/pcrecpp/ya.make | |
parent | 7aa4cf700385ff96999c5cc301171ff157974773 (diff) | |
download | ydb-4a6816dea1bcaee46ce29a51a5fd7d3495012858.tar.gz |
Restoring authorship annotation for <aozeritsky@yandex-team.ru>. Commit 1 of 2.
Diffstat (limited to 'contrib/libs/pcre/pcrecpp/ya.make')
-rw-r--r-- | contrib/libs/pcre/pcrecpp/ya.make | 24 |
1 files changed, 12 insertions, 12 deletions
diff --git a/contrib/libs/pcre/pcrecpp/ya.make b/contrib/libs/pcre/pcrecpp/ya.make index c832b9e56e..6b654d4420 100644 --- a/contrib/libs/pcre/pcrecpp/ya.make +++ b/contrib/libs/pcre/pcrecpp/ya.make @@ -1,7 +1,7 @@ # Generated by devtools/yamaker. -LIBRARY() - +LIBRARY() + WITHOUT_LICENSE_TEXTS() OWNER( @@ -11,12 +11,12 @@ OWNER( LICENSE(BSD-3-Clause) -PEERDIR( +PEERDIR( contrib/libs/pcre -) - +) + ADDINCL(contrib/libs/pcre) - + NO_COMPILER_WARNINGS() NO_UTIL() @@ -25,10 +25,10 @@ CFLAGS(-DHAVE_CONFIG_H) SRCDIR(contrib/libs/pcre) -SRCS( - pcre_scanner.cc - pcre_stringpiece.cc +SRCS( + pcre_scanner.cc + pcre_stringpiece.cc pcrecpp.cc -) - -END() +) + +END() |