aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/libs/pcre/pcrecpp
diff options
context:
space:
mode:
authoraozeritsky <aozeritsky@yandex-team.ru>2022-02-10 16:46:40 +0300
committerDaniil Cherednik <dcherednik@yandex-team.ru>2022-02-10 16:46:40 +0300
commitb036a557f285146e5e35d4213e29a094ab907bcf (patch)
tree49e222ea1c5804306084bb3ae065bb702625360f /contrib/libs/pcre/pcrecpp
parent4a6816dea1bcaee46ce29a51a5fd7d3495012858 (diff)
downloadydb-b036a557f285146e5e35d4213e29a094ab907bcf.tar.gz
Restoring authorship annotation for <aozeritsky@yandex-team.ru>. Commit 2 of 2.
Diffstat (limited to 'contrib/libs/pcre/pcrecpp')
-rw-r--r--contrib/libs/pcre/pcrecpp/ya.make24
1 files changed, 12 insertions, 12 deletions
diff --git a/contrib/libs/pcre/pcrecpp/ya.make b/contrib/libs/pcre/pcrecpp/ya.make
index 6b654d4420f..c832b9e56ef 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()