diff options
author | heretic <[email protected]> | 2022-02-10 16:45:43 +0300 |
---|---|---|
committer | Daniil Cherednik <[email protected]> | 2022-02-10 16:45:43 +0300 |
commit | 397cbe258b9e064f49c4ca575279f02f39fef76e (patch) | |
tree | a0b0eb3cca6a14e4e8ea715393637672fa651284 /contrib/restricted/boost/libs/regex | |
parent | 43f5a35593ebc9f6bcea619bb170394ea7ae468e (diff) |
Restoring authorship annotation for <[email protected]>. Commit 1 of 2.
Diffstat (limited to 'contrib/restricted/boost/libs/regex')
-rw-r--r-- | contrib/restricted/boost/libs/regex/ya.make | 54 |
1 files changed, 27 insertions, 27 deletions
diff --git a/contrib/restricted/boost/libs/regex/ya.make b/contrib/restricted/boost/libs/regex/ya.make index 379c0831ae9..948a5af4580 100644 --- a/contrib/restricted/boost/libs/regex/ya.make +++ b/contrib/restricted/boost/libs/regex/ya.make @@ -1,9 +1,9 @@ -LIBRARY() - +LIBRARY() + LICENSE(BSL-1.0) LICENSE_TEXTS(.yandex_meta/licenses.list.txt) - + OWNER( antoshkka g:cpp-committee @@ -11,33 +11,33 @@ OWNER( ) INCLUDE(${ARCADIA_ROOT}/contrib/restricted/boost/boost_common.inc) - + PEERDIR( contrib/libs/icu -) - +) + CFLAGS( -DBOOST_HAS_ICU ) -SRCS( - src/c_regex_traits.cpp - src/cpp_regex_traits.cpp - src/cregex.cpp - src/fileiter.cpp - src/icu.cpp - src/instances.cpp - src/posix_api.cpp - src/regex.cpp - src/regex_debug.cpp - src/regex_raw_buffer.cpp - src/regex_traits_defaults.cpp - src/static_mutex.cpp - src/usinstances.cpp - src/w32_regex_traits.cpp - src/wc_regex_traits.cpp - src/wide_posix_api.cpp - src/winstances.cpp -) - -END() +SRCS( + src/c_regex_traits.cpp + src/cpp_regex_traits.cpp + src/cregex.cpp + src/fileiter.cpp + src/icu.cpp + src/instances.cpp + src/posix_api.cpp + src/regex.cpp + src/regex_debug.cpp + src/regex_raw_buffer.cpp + src/regex_traits_defaults.cpp + src/static_mutex.cpp + src/usinstances.cpp + src/w32_regex_traits.cpp + src/wc_regex_traits.cpp + src/wide_posix_api.cpp + src/winstances.cpp +) + +END() |