aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/libs/re2/ya.make
diff options
context:
space:
mode:
authorthegeorg <thegeorg@yandex-team.ru>2022-02-10 16:45:08 +0300
committerDaniil Cherednik <dcherednik@yandex-team.ru>2022-02-10 16:45:08 +0300
commit4e839db24a3bbc9f1c610c43d6faaaa99824dcca (patch)
tree506dac10f5df94fab310584ee51b24fc5a081c22 /contrib/libs/re2/ya.make
parent2d37894b1b037cf24231090eda8589bbb44fb6fc (diff)
downloadydb-4e839db24a3bbc9f1c610c43d6faaaa99824dcca.tar.gz
Restoring authorship annotation for <thegeorg@yandex-team.ru>. Commit 1 of 2.
Diffstat (limited to 'contrib/libs/re2/ya.make')
-rw-r--r--contrib/libs/re2/ya.make36
1 files changed, 18 insertions, 18 deletions
diff --git a/contrib/libs/re2/ya.make b/contrib/libs/re2/ya.make
index 8072de2eb2..3219b0fd7e 100644
--- a/contrib/libs/re2/ya.make
+++ b/contrib/libs/re2/ya.make
@@ -1,8 +1,8 @@
# Generated by devtools/yamaker from nixpkgs 21.11.
-
+
LIBRARY()
-OWNER(g:cpp-contrib)
+OWNER(g:cpp-contrib)
VERSION(2022-02-01)
@@ -12,22 +12,22 @@ LICENSE(
BSD-3-Clause AND
X11-Lucent
)
-
+
LICENSE_TEXTS(.yandex_meta/licenses.list.txt)
ADDINCL(
- GLOBAL contrib/libs/re2/include
- contrib/libs/re2
+ GLOBAL contrib/libs/re2/include
+ contrib/libs/re2
)
-NO_COMPILER_WARNINGS()
+NO_COMPILER_WARNINGS()
-IF (WITH_VALGRIND)
+IF (WITH_VALGRIND)
CFLAGS(
GLOBAL -DRE2_ON_VALGRIND
)
-ENDIF()
-
+ENDIF()
+
SRCS(
re2/bitstate.cc
re2/compile.cc
@@ -45,16 +45,16 @@ SRCS(
re2/regexp.cc
re2/set.cc
re2/simplify.cc
- re2/stringpiece.cc
+ re2/stringpiece.cc
re2/tostring.cc
- re2/unicode_casefold.cc
- re2/unicode_groups.cc
- util/rune.cc
- util/strutil.cc
+ re2/unicode_casefold.cc
+ re2/unicode_groups.cc
+ util/rune.cc
+ util/strutil.cc
)
END()
-
-RECURSE(
- re2/testing
-)
+
+RECURSE(
+ re2/testing
+)